6969 runs-on : ${{ matrix.os }}
7070
7171 steps :
72- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # 6.0.0
72+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
7373 with :
7474 persist-credentials : false
7575 fetch-depth : 0
9797 CIBW_TEST_SKIP : " *-win_arm64"
9898
9999 - name : Upload Artifacts
100- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # 5 .0.0
100+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # 6 .0.0
101101 with :
102102 name : ${{ github.job }}-${{ matrix.wheel }}
103103 path : ./wheelhouse/*.whl
@@ -109,7 +109,7 @@ jobs:
109109 runs-on : ubuntu-24.04
110110
111111 steps :
112- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # 6.0.0
112+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
113113 with :
114114 persist-credentials : false
115115 fetch-depth : 0
@@ -134,7 +134,7 @@ jobs:
134134 openssl md5 -binary "dist/${tarball}" | xxd -p | tr -d '\n' > "dist/${md5_file}"
135135
136136 - name : Upload Artifacts
137- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # 5 .0.0
137+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # 6 .0.0
138138 with :
139139 name : ${{ github.job }}-sdist
140140 path : |
@@ -166,7 +166,7 @@ jobs:
166166 environment : ${{ matrix.pypi-instance }}
167167
168168 steps :
169- - uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # 6 .0.0
169+ - uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # 7 .0.0
170170 with :
171171 path : ./dist/
172172 merge-multiple : true
@@ -196,7 +196,7 @@ jobs:
196196 repository-url : https://test.pypi.org/legacy/
197197
198198 - name : Attest
199- uses : actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # 3.0 .0
199+ uses : actions/attest-build-provenance@00014ed6ed5efc5b1ab7f7f34a39eb55d41aa4f8 # 3.1 .0
200200 id : attest
201201 with :
202202 subject-path : |
0 commit comments