Skip to content

Commit

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

Bump actions/setup-python from 4.6.1 to 4.7.0
  • Loading branch information
freakboy3742 authored Jul 17, 2023
2 parents b6057a0 + 3806763 commit 8d73b21
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

- name: Set up Python
if: startswith(matrix.python-version, '3')
uses: actions/setup-python@v4.6.1
uses: actions/setup-python@v4.7.0
with:
python-version: ${{ matrix.python-version }}

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

- name: Setup Python
uses: actions/setup-python@v4.6.1
uses: actions/setup-python@v4.7.0
with:
# Use minimum version of python for coverage to avoid phantom branches
# https://github.com/nedbat/coveragepy/issues/1572#issuecomment-1522546425
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
echo "VERSION=${GITHUB_REF_NAME#v}" >> $GITHUB_ENV
- name: Set up Python
uses: actions/setup-python@v4.6.1
uses: actions/setup-python@v4.7.0
with:
python-version: "3.x"

Expand Down
1 change: 1 addition & 0 deletions changes/1365.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Updated actions/setup-python from 4.6.1 to 4.7.0.

0 comments on commit 8d73b21

Please sign in to comment.