6262 - name : Pull ccache cache
6363 if : always()
6464 id : ccache-restore
65- uses : actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
65+ uses : actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
6666 with :
6767 path : /home/runner/.cache/ccache
6868 key : ccache-${{ env.BUILD_IDENTIFIER }}
@@ -102,7 +102,7 @@ jobs:
102102
103103 - name : Push ccache cache
104104 if : always()
105- uses : actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
105+ uses : actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
106106 with :
107107 path : /home/runner/.cache/ccache
108108 key : ccache-${{ env.BUILD_IDENTIFIER }}
@@ -128,7 +128,7 @@ jobs:
128128 mv cython-lint.xml cython-lint-${{ env.BUILD_IDENTIFIER }}.xml
129129
130130 - name : Archive results
131- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
131+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
132132 if : always()
133133 with :
134134 name : Results (${{ env.BUILD_PRETTY_IDENTIFIER }})
@@ -178,7 +178,7 @@ jobs:
178178 - name : Pull ccache cache
179179 if : always()
180180 id : ccache-restore
181- uses : actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
181+ uses : actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
182182 with :
183183 path : /Users/runner/Library/Caches/ccache
184184 key : ccache-${{ runner.os }}-${{ matrix.py-version }}
@@ -222,7 +222,7 @@ jobs:
222222
223223 - name : Push ccache cache
224224 if : always()
225- uses : actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
225+ uses : actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
226226 with :
227227 path : /Users/runner/Library/Caches/ccache
228228 key : ccache-${{ runner.os }}-${{ matrix.py-version }}
@@ -248,7 +248,7 @@ jobs:
248248 mv cython-lint.xml cython-lint-${{ runner.os }}-${{ matrix.py-version }}.xml
249249
250250 - name : Archive results
251- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
251+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
252252 if : always()
253253 with :
254254 name : Results ${{ github.job }}
0 commit comments