Skip to content

Commit

Permalink
actions/setup-python@v5
Browse files Browse the repository at this point in the history
  • Loading branch information
HenriWahl committed Apr 20, 2024
1 parent 5fccb19 commit be0ced0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ jobs:
needs: test
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v3
- uses: actions/setup-python@v5
with:
python-version: ${{ env.python_win_version }}
architecture: x64
Expand All @@ -286,7 +286,7 @@ jobs:
needs: test
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v3
- uses: actions/setup-python@v5
with:
python-version: ${{ env.python_win_version }}
architecture: x64
Expand Down

0 comments on commit be0ced0

Please sign in to comment.