File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 77 build-dists :
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
10+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1111
1212 - name : Setup Python
1313 uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
2222 python -m build .
2323
2424 - name : upload client builds
25- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
25+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
2626 with :
2727 name : client-builds
2828 path : client/dist/*
3333 python -m build .
3434
3535 - name : upload daemon builds
36- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
36+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
3737 with :
3838 name : daemon-builds
3939 path : daemon/dist/*
@@ -43,13 +43,13 @@ jobs:
4343 runs-on : ubuntu-latest
4444 steps :
4545 - name : download client builds
46- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
46+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
4747 with :
4848 name : client-builds
4949 path : client-dist
5050
5151 - name : download daemon builds
52- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
52+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
5353 with :
5454 name : daemon-builds
5555 path : daemon-dist
Original file line number Diff line number Diff line change 1313
1414 steps :
1515 - name : " Checkout the repo"
16- uses : " actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 " # v6.0.0
16+ uses : " actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 " # v6.0.1
1717
1818 - name : " Setup Python"
1919 id : " setup-python"
3333
3434 - name : " Restore cache"
3535 id : " restore-cache"
36- uses : " actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 " # v4.3.0
36+ uses : " actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb " # v5.0.1
3737 with :
3838 # The cache key includes the following to ensure it busts correctly:
3939 #
You can’t perform that action at this time.
0 commit comments