@@ -186,7 +186,7 @@ jobs:
186186 esac
187187
188188 - name : Cache pip
189- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
189+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
190190 if : startsWith(runner.os, 'Linux')
191191 with :
192192 path : ~/.cache/pip
@@ -196,23 +196,23 @@ jobs:
196196 restore-keys : |
197197 ${{ matrix.os }}-py${{ matrix.python-version }}-pip-
198198 - name : Cache pip
199- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
199+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
200200 if : startsWith(runner.os, 'macOS')
201201 with :
202202 path : ~/Library/Caches/pip
203203 key : ${{ matrix.os }}-py${{ matrix.python-version }}-pip-${{ hashFiles('pyproject.toml') }}
204204 restore-keys : |
205205 ${{ matrix.os }}-py${{ matrix.python-version }}-pip-
206206 - name : Cache ccache
207- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
207+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
208208 with :
209209 path : |
210210 ~/.ccache
211211 key : ${{ matrix.os }}-py${{ matrix.python-version }}-ccache-${{ hashFiles('src/*') }}
212212 restore-keys : |
213213 ${{ matrix.os }}-py${{ matrix.python-version }}-ccache-
214214 - name : Cache Matplotlib
215- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
215+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
216216 with :
217217 path : |
218218 ~/.cache/matplotlib
@@ -395,7 +395,7 @@ jobs:
395395 fi
396396 - name : Upload code coverage
397397 if : ${{ !cancelled() && github.event_name != 'schedule' }}
398- uses : codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
398+ uses : codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
399399 with :
400400 name : " ${{ matrix.python-version }} ${{ matrix.os }} ${{ matrix.name-suffix }}"
401401 token : ${{ secrets.CODECOV_TOKEN }}
0 commit comments