9595 pygobject-ver : ' <3.52.0'
9696
9797 steps :
98- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
98+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
9999 with :
100100 fetch-depth : 0
101101 persist-credentials : false
@@ -120,7 +120,7 @@ jobs:
120120 git commit -m 'Preload test images from branch text-overhaul-figures'
121121
122122 - name : Set up Python ${{ matrix.python-version }}
123- uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
123+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
124124 with :
125125 python-version : ${{ matrix.python-version }}
126126 allow-prereleases : true
@@ -203,31 +203,31 @@ jobs:
203203 esac
204204
205205 - name : Cache pip
206- uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
206+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
207207 if : startsWith(runner.os, 'Linux')
208208 with :
209209 path : ~/.cache/pip
210210 key : ${{ matrix.os }}-py${{ matrix.python-version }}-pip-${{ hashFiles('requirements/*/*.txt') }}
211211 restore-keys : |
212212 ${{ matrix.os }}-py${{ matrix.python-version }}-pip-
213213 - name : Cache pip
214- uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
214+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
215215 if : startsWith(runner.os, 'macOS')
216216 with :
217217 path : ~/Library/Caches/pip
218218 key : ${{ matrix.os }}-py${{ matrix.python-version }}-pip-${{ hashFiles('requirements/*/*.txt') }}
219219 restore-keys : |
220220 ${{ matrix.os }}-py${{ matrix.python-version }}-pip-
221221 - name : Cache ccache
222- uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
222+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
223223 with :
224224 path : |
225225 ~/.ccache
226226 key : ${{ matrix.os }}-py${{ matrix.python-version }}-ccache-${{ hashFiles('src/*') }}
227227 restore-keys : |
228228 ${{ matrix.os }}-py${{ matrix.python-version }}-ccache-
229229 - name : Cache Matplotlib
230- uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
230+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
231231 with :
232232 path : |
233233 ~/.cache/matplotlib
0 commit comments