Skip to content

Commit

Permalink
Merge pull request #6 from delb-xml/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-python-5

Bump actions/setup-python from 2 to 5
  • Loading branch information
funkyfuture authored Nov 3, 2024
2 parents 63bc0c4 + e66bf98 commit 084ac37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- "3.11"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v2
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- run: python -m pip install --upgrade build pip
Expand Down

0 comments on commit 084ac37

Please sign in to comment.