@@ -205,31 +205,31 @@ jobs:
205205 esac
206206
207207 - name : Cache pip
208- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
208+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
209209 if : startsWith(runner.os, 'Linux')
210210 with :
211211 path : ~/.cache/pip
212212 key : ${{ matrix.os }}-py${{ matrix.python-version }}-pip-${{ hashFiles('requirements/*/*.txt') }}
213213 restore-keys : |
214214 ${{ matrix.os }}-py${{ matrix.python-version }}-pip-
215215 - name : Cache pip
216- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
216+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
217217 if : startsWith(runner.os, 'macOS')
218218 with :
219219 path : ~/Library/Caches/pip
220220 key : ${{ matrix.os }}-py${{ matrix.python-version }}-pip-${{ hashFiles('requirements/*/*.txt') }}
221221 restore-keys : |
222222 ${{ matrix.os }}-py${{ matrix.python-version }}-pip-
223223 - name : Cache ccache
224- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
224+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
225225 with :
226226 path : |
227227 ~/.ccache
228228 key : ${{ matrix.os }}-py${{ matrix.python-version }}-ccache-${{ hashFiles('src/*') }}
229229 restore-keys : |
230230 ${{ matrix.os }}-py${{ matrix.python-version }}-ccache-
231231 - name : Cache Matplotlib
232- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
232+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
233233 with :
234234 path : |
235235 ~/.cache/matplotlib
@@ -424,7 +424,7 @@ jobs:
424424 name : " ${{ matrix.python-version }} ${{ matrix.os }} ${{ matrix.name-suffix }}"
425425 token : ${{ secrets.CODECOV_TOKEN }}
426426
427- - uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
427+ - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
428428 if : failure()
429429 with :
430430 name : " ${{ matrix.python-version }} ${{ matrix.os }} ${{ matrix.name-suffix }} result images"
0 commit comments