Skip to content

Commit

Permalink
Merge pull request #989 from pypa/dependabot/github_actions/actions/s…
Browse files Browse the repository at this point in the history
…etup-python-5

Bump actions/setup-python from 4 to 5
  • Loading branch information
RonnyPfannschmidt authored Dec 11, 2023
2 parents a15fb8f + 64d3242 commit 6ed41ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
if: matrix.python_version != 'msys2'
with:
python-version: ${{ matrix.python_version }}
Expand Down

0 comments on commit 6ed41ea

Please sign in to comment.