File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717
18- - uses : actions/checkout@master
18+ - uses : actions/checkout@v3
1919 with :
2020 submodules : true
2121
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@@ -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
You can’t perform that action at this time.
0 commit comments