Skip to content

Commit

Permalink
Merge pull request #2471 from beeware/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/setup-python-5.1.0

Bump actions/setup-python from 5.0.0 to 5.1.0
  • Loading branch information
freakboy3742 authored Apr 1, 2024
2 parents f9fae85 + 5fee6e6 commit 07e1feb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
uses: actions/checkout@v4.1.2

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5.0.0
uses: actions/setup-python@v5.1.0
with:
python-version: ${{ matrix.python-version }}

Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
fetch-depth: 0

- name: Set up Python ${{ env.min_python_version }}
uses: actions/setup-python@v5.0.0
uses: actions/setup-python@v5.1.0
with:
# Use minimum version of python for coverage to avoid phantom branches
# https://github.com/nedbat/coveragepy/issues/1572#issuecomment-1522546425
Expand Down Expand Up @@ -258,7 +258,7 @@ jobs:
fetch-depth: 0

- name: Set up Python
uses: actions/setup-python@v5.0.0
uses: actions/setup-python@v5.1.0
if: matrix.setup-python
with:
# We're not using Python 3.11 yet, because:
Expand Down
1 change: 1 addition & 0 deletions changes/2471.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Updated actions/setup-python from 5.0.0 to 5.1.0.

0 comments on commit 07e1feb

Please sign in to comment.