1414 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1515
1616 - name : Install uv
17- uses : astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0
17+ uses : astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2
1818 with :
1919 python-version : " 3.11"
2020 enable-cache : true
@@ -26,13 +26,13 @@ jobs:
2626 run : scripts/build
2727
2828 - name : Upload package distributions
29- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
29+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
3030 with :
3131 name : package-distributions
3232 path : dist/
3333
3434 - name : Upload documentation
35- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
35+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
3636 with :
3737 name : documentation
3838 path : site/
5151
5252 steps :
5353 - name : Download artifacts
54- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
54+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
5555 with :
5656 name : package-distributions
5757 path : dist/
6969 steps :
7070 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
7171 - name : Download artifacts
72- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
72+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
7373 with :
7474 name : documentation
7575 path : site/
8080 git config user.email 41898282+github-actions[bot]@users.noreply.github.com
8181
8282 - name : Install uv
83- uses : astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0
83+ uses : astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2
8484 with :
8585 python-version : " 3.12"
8686 enable-cache : true
@@ -102,7 +102,7 @@ jobs:
102102 steps :
103103 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
104104 - name : Download artifacts
105- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
105+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
106106 with :
107107 name : documentation
108108 path : site/
0 commit comments