Skip to content

Commit ce02a8e

Browse files
committed
CI: Upgrade GHA action versions.
1 parent dfbcffc commit ce02a8e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/wheels.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
files: dist/*.tar.gz
7070

7171
- name: Upload sdist
72-
uses: actions/upload-artifact@v4
72+
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
7373
with:
7474
name: sdist
7575
path: dist/*.tar.gz
@@ -83,7 +83,7 @@ jobs:
8383
outputs:
8484
include: ${{ steps.set-matrix.outputs.include }}
8585
steps:
86-
- uses: actions/checkout@v4
86+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
8787
- name: Install cibuildwheel
8888
# Nb. keep cibuildwheel version pin consistent with job below
8989
run: pipx install cibuildwheel==2.16.5
@@ -184,13 +184,13 @@ jobs:
184184
pyversion: "cp36*"
185185

186186
steps:
187-
- uses: actions/checkout@v4
187+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
188188

189189
- name: Check out recursively
190190
run: git submodule update --init --recursive
191191

192192
- name: Set up Python
193-
uses: actions/setup-python@v5
193+
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
194194
with:
195195
python-version: "3.9"
196196

@@ -208,7 +208,7 @@ jobs:
208208
files: wheelhouse_*/*-m*linux*.whl # manylinux / musllinux
209209

210210
- name: Upload wheels
211-
uses: actions/upload-artifact@v4
211+
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
212212
with:
213213
name: wheels-${{ matrix.image }}
214214
path: wheelhouse_*/*-m*linux*.whl # manylinux / musllinux
@@ -245,13 +245,13 @@ jobs:
245245
LUPA_WITH_LUA_DLOPEN: ${{ startsWith(matrix.os, 'windows') && 'false' || 'true' }}
246246

247247
steps:
248-
- uses: actions/checkout@v4
248+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
249249

250250
- name: Check out recursively
251251
run: git submodule update --init --recursive
252252

253253
- name: Set up Python
254-
uses: actions/setup-python@v5
254+
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
255255
# macOS has Py2.7 installed system wide
256256
if: matrix.pyversion != '2.7'
257257
with:
@@ -278,7 +278,7 @@ jobs:
278278
files: dist/*.whl
279279

280280
- name: Upload wheels
281-
uses: actions/upload-artifact@v3
281+
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
282282
with:
283283
name: wheels-${{ matrix.os }}
284284
path: dist/*.whl

0 commit comments

Comments
 (0)