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 1010 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1111
1212 - name : Setup Python
13- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
13+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
1414 with :
1515 python-version : " 3.12"
1616
2222 python -m build .
2323
2424 - name : upload client builds
25- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
25+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.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@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
36+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.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@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
46+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
4747 with :
4848 name : client-builds
4949 path : client-dist
5050
5151 - name : download daemon builds
52- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
52+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
5353 with :
5454 name : daemon-builds
5555 path : daemon-dist
Original file line number Diff line number Diff line change 1717
1818 - name : " Setup Python"
1919 id : " setup-python"
20- uses : " actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 " # v5.6 .0
20+ uses : " actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c " # v6.0 .0
2121 with :
2222 python-version : |
2323 3.8
3333
3434 - name : " Restore cache"
3535 id : " restore-cache"
36- uses : " actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 " # v4.2.4
36+ uses : " actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 " # v4.3.0
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