Skip to content

Commit

Permalink
Update setup-python action
Browse files Browse the repository at this point in the history
  • Loading branch information
animetosho committed Jan 12, 2024
1 parent 9a4b4ce commit 2833178
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-dev-win32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
BUILD_LOGLEVEL: verbose
steps:
- uses: ilammy/setup-nasm@v1
- uses: MatteoH2O1999/setup-python@v1 # https://github.com/actions/setup-python/issues/672
- uses: MatteoH2O1999/setup-python@v3 # https://github.com/actions/setup-python/issues/672
with:
python-version: '2.7'
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
BUILD_LOGLEVEL: verbose
steps:
- uses: ilammy/setup-nasm@v1
- uses: MatteoH2O1999/setup-python@v1
- uses: MatteoH2O1999/setup-python@v3
with:
python-version: '2.7'
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
name: Test on Node v${{ matrix.version }}
runs-on: ubuntu-latest
steps:
- uses: MatteoH2O1999/setup-python@v1
- uses: MatteoH2O1999/setup-python@v3
with:
python-version: '2.7'
if: ${{ matrix.python2 }}
Expand Down

0 comments on commit 2833178

Please sign in to comment.