Skip to content

Commit

Permalink
deadsnake don't have a v3 tag alias
Browse files Browse the repository at this point in the history
  • Loading branch information
mjameswh authored Jun 5, 2024
1 parent a5c0b76 commit 275c7aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
python-version: "3.12"
- if: ${{ matrix.os == 'ubuntu-arm' }}
uses: deadsnakes/action@v3
uses: deadsnakes/action@v3.1.0
with:
python-version: "3.12"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
with:
python-version: ${{ matrix.python }}
- if: ${{ matrix.os == 'ubuntu-arm' }}
uses: deadsnakes/action@v3
uses: deadsnakes/action@v3.1.0
with:
python-version: ${{ matrix.python }}
# Using fixed Poetry version until
Expand Down

0 comments on commit 275c7aa

Please sign in to comment.