Skip to content

Commit

Permalink
Merge pull request #73 from rwxd/renovate/actions-setup-python-5.x
Browse files Browse the repository at this point in the history
fix(deps): update actions/setup-python action to v5
  • Loading branch information
rwxd authored Jun 12, 2024
2 parents 599e8b2 + 779a6ac commit 7e80ce7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'

Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'

Expand Down

0 comments on commit 7e80ce7

Please sign in to comment.