Skip to content

Commit

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

Bump actions/setup-python from 4.6.1 to 4.7.0
  • Loading branch information
freakboy3742 committed Jul 17, 2023
2 parents 5459404 + c84eb8f commit a1e1f55
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
fetch-depth: 0

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4.6.1
uses: actions/setup-python@v4.7.0
with:
python-version: ${{ matrix.python-version }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,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/84.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 a1e1f55

Please sign in to comment.