1717 with :
1818 submodules : recursive
1919 - name : Set up Python 3.8
20- uses : actions/setup-python@v2.2.1
20+ uses : actions/setup-python@v5
2121 with :
2222 python-version : 3.8
2323 - name : Install tox
3737 with :
3838 submodules : recursive
3939 - name : Set up Python 3.8
40- uses : actions/setup-python@v2.2.1
40+ uses : actions/setup-python@v5
4141 with :
4242 python-version : 3.8
4343 - name : Install isal
5959 - " 3.10"
6060 - " 3.11"
6161 - " 3.12"
62- - " 3.13-dev "
62+ - " 3.13"
6363 - " pypy-3.9"
6464 - " pypy-3.10"
6565 os : ["ubuntu-latest"]
7575 with :
7676 submodules : recursive
7777 - name : Set up Python ${{ matrix.python-version }}
78- uses : actions/setup-python@v2.2.1
78+ uses : actions/setup-python@v5
7979 with :
8080 python-version : ${{ matrix.python-version }}
8181 - name : Install tox and upgrade setuptools
@@ -89,10 +89,10 @@ jobs:
8989 run : brew install nasm
9090 if : runner.os == 'macOS'
9191 - name : Set MSVC developer prompt
92- uses : ilammy/msvc-dev-cmd@v1.6.0
92+ uses : ilammy/msvc-dev-cmd@v1
9393 if : runner.os == 'Windows'
9494 - name : Install nasm (Windows)
95- uses : ilammy/setup-nasm@v1.2.0
95+ uses : ilammy/setup-nasm@v1
9696 if : runner.os == 'Windows'
9797 - name : Run tests
9898 run : tox
@@ -110,7 +110,7 @@ jobs:
110110 - uses : actions/checkout@v4
111111 with :
112112 submodules : recursive
113- - uses : uraimo/run-on-arch-action@v2.5.0
113+ - uses : uraimo/run-on-arch-action@v3
114114 name : Build & run test
115115 with :
116116 arch : none
@@ -151,7 +151,7 @@ jobs:
151151 - name : Install requirements (universal)
152152 run : conda install isa-l ${{ matrix.python_version}} tox
153153 - name : Set MSVC developer prompt
154- uses : ilammy/msvc-dev-cmd@v1.6.0
154+ uses : ilammy/msvc-dev-cmd@v1
155155 if : runner.os == 'Windows'
156156 - name : Run tests (dynamic link)
157157 run : tox
@@ -194,22 +194,22 @@ jobs:
194194 with :
195195 submodules : recursive
196196 fetch-depth : 0 # Fetch everything to get accurately versioned tag.
197- - uses : actions/setup-python@v2
197+ - uses : actions/setup-python@v5
198198 name : Install Python
199199 - name : Install cibuildwheel twine wheel
200200 run : python -m pip install cibuildwheel twine wheel
201201 - name : Install build dependencies (Macos)
202202 run : brew install nasm
203203 if : runner.os == 'macOS'
204204 - name : Set MSVC developer prompt
205- uses : ilammy/msvc-dev-cmd@v1.6.0
205+ uses : ilammy/msvc-dev-cmd@v1
206206 if : runner.os == 'Windows'
207207 - name : Install nasm (Windows)
208- uses : ilammy/setup-nasm@v1.2.0
208+ uses : ilammy/setup-nasm@v1
209209 if : runner.os == 'Windows'
210210 - name : Set up QEMU
211211 if : ${{runner.os == 'Linux' && matrix.cibw_archs_linux == 'aarch64'}}
212- uses : docker/setup-qemu-action@v1.0.1
212+ uses : docker/setup-qemu-action@v3
213213 with :
214214 platforms : arm64
215215 - name : Build wheels
0 commit comments