Skip to content

Commit bd843a8

Browse files
committed
fix: update GitHub Actions versions
Signed-off-by: Christopher Arndt <[email protected]>
1 parent e0d7775 commit bd843a8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/publish-to-test-pypi.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717

18-
- uses: actions/checkout@master
18+
- uses: actions/checkout@v3
1919
with:
2020
submodules: true
2121

@@ -28,7 +28,7 @@ jobs:
2828
- name: Check metadata
2929
run: pipx run twine check --strict dist/*
3030

31-
- uses: actions/upload-artifact@v2
31+
- uses: actions/upload-artifact@v3
3232
with:
3333
path: dist/*.tar.gz
3434

@@ -40,12 +40,12 @@ jobs:
4040
os: [ubuntu-latest, windows-latest, macOS-10.15]
4141
steps:
4242

43-
- uses: actions/checkout@master
43+
- uses: actions/checkout@v3
4444
with:
4545
submodules: true
4646

4747
# Used to host cibuildwheel
48-
- uses: actions/setup-python@v3
48+
- uses: actions/setup-python@v4
4949

5050
- name: Build wheels
5151
uses: pypa/[email protected]
@@ -65,11 +65,11 @@ jobs:
6565
arch: [aarch64]
6666
steps:
6767

68-
- uses: actions/checkout@master
68+
- uses: actions/checkout@v3
6969
with:
7070
submodules: true
7171

72-
- uses: docker/setup-qemu-action@v1.2.0
72+
- uses: docker/setup-qemu-action@v2
7373
with:
7474
platforms: all
7575

0 commit comments

Comments
 (0)