Skip to content

Commit

Permalink
ci: use v5 of setup-python
Browse files Browse the repository at this point in the history
  • Loading branch information
uyjulian committed Sep 13, 2024
1 parent 6a37816 commit 29073f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
submodules: recursive
- run: sudo apt-get update
- run: sudo apt-get install build-essential
- uses: actions/setup-python@v1
- uses: actions/setup-python@v5
with:
python-version: '3.x'
- uses: actions/cache@v1
Expand All @@ -54,7 +54,7 @@ jobs:
- run: sudo apt-get install build-essential mingw-w64
- run: sudo update-alternatives --set i686-w64-mingw32-gcc /usr/bin/i686-w64-mingw32-gcc-posix
- run: sudo update-alternatives --set i686-w64-mingw32-g++ /usr/bin/i686-w64-mingw32-g++-posix
- uses: actions/setup-python@v1
- uses: actions/setup-python@v5
with:
python-version: '3.x'
- uses: actions/cache@v1
Expand All @@ -76,7 +76,7 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: recursive
- uses: actions/setup-python@v1
- uses: actions/setup-python@v5
with:
python-version: '3.x'
- uses: actions/cache@v1
Expand Down

0 comments on commit 29073f4

Please sign in to comment.