Skip to content

Commit a9f525f

Browse files
committed
Update git checkouts for actions
1 parent 6f68be9 commit a9f525f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
submodules: recursive
2222
- name: Set up Python 3.10
23-
uses: actions/setup-python@v2.2.1
23+
uses: actions/setup-python@v5
2424
with:
2525
python-version: "3.10"
2626
- name: Install tox
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
submodules: recursive
4242
- name: Set up Python 3.10
43-
uses: actions/setup-python@v2.2.1
43+
uses: actions/setup-python@v5
4444
with:
4545
python-version: "3.10"
4646
- name: Install tox and upgrade setuptools and pip
@@ -73,14 +73,14 @@ jobs:
7373
with:
7474
submodules: recursive
7575
- name: Set up Python ${{ matrix.python-version }}
76-
uses: actions/setup-python@v2.2.1
76+
uses: actions/setup-python@v5
7777
with:
7878
python-version: ${{ matrix.python-version }}
7979
allow-prereleases: true
8080
- name: Install tox and upgrade setuptools
8181
run: pip install --upgrade tox setuptools
8282
- name: Set MSVC developer prompt
83-
uses: ilammy/msvc-dev-cmd@v1.6.0
83+
uses: ilammy/msvc-dev-cmd@v1
8484
if: runner.os == 'Windows'
8585
- name: Install build dependencies (MacOS)
8686
run: brew install make
@@ -101,7 +101,7 @@ jobs:
101101
- uses: actions/checkout@v4
102102
with:
103103
submodules: recursive
104-
- uses: uraimo/run-on-arch-action@v2.5.0
104+
- uses: uraimo/run-on-arch-action@v3
105105
name: Build & run test
106106
with:
107107
arch: none
@@ -146,7 +146,7 @@ jobs:
146146
- name: Install requirements (universal)
147147
run: conda install zlib-ng ${{ matrix.python_version}} tox
148148
- name: Set MSVC developer prompt
149-
uses: ilammy/msvc-dev-cmd@v1.6.0
149+
uses: ilammy/msvc-dev-cmd@v1
150150
if: runner.os == 'Windows'
151151
- name: Run tests (dynamic link)
152152
run: tox
@@ -179,19 +179,19 @@ jobs:
179179
with:
180180
submodules: recursive
181181
fetch-depth: 0 # Fetch everything to get accurately versioned tag.
182-
- uses: actions/setup-python@v2
182+
- uses: actions/setup-python@v2 # Some issues where caused by higher versions.
183183
name: Install Python
184184
- name: Install cibuildwheel twine build
185185
run: python -m pip install cibuildwheel twine build
186186
- name: Install build dependencies (Macos)
187187
run: brew install make
188188
if: runner.os == 'macOS'
189189
- name: Set MSVC developer prompt
190-
uses: ilammy/msvc-dev-cmd@v1.6.0
190+
uses: ilammy/msvc-dev-cmd@v1
191191
if: runner.os == 'Windows'
192192
- name: Set up QEMU
193193
if: ${{runner.os == 'Linux' && matrix.cibw_archs_linux == 'aarch64'}}
194-
uses: docker/setup-qemu-action@v1.0.1
194+
uses: docker/setup-qemu-action@v3
195195
with:
196196
platforms: arm64
197197
- name: Build wheels

0 commit comments

Comments
 (0)