@@ -95,13 +95,13 @@ jobs:
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
102102
103103 - name : Set up Python ${{ matrix.python-version }}
104- uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
104+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
105105 with :
106106 python-version : ${{ matrix.python-version }}
107107 allow-prereleases : true
@@ -184,31 +184,31 @@ jobs:
184184 esac
185185
186186 - name : Cache pip
187- uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
187+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
188188 if : startsWith(runner.os, 'Linux')
189189 with :
190190 path : ~/.cache/pip
191191 key : ${{ matrix.os }}-py${{ matrix.python-version }}-pip-${{ hashFiles('requirements/*/*.txt') }}
192192 restore-keys : |
193193 ${{ matrix.os }}-py${{ matrix.python-version }}-pip-
194194 - name : Cache pip
195- uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
195+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
196196 if : startsWith(runner.os, 'macOS')
197197 with :
198198 path : ~/Library/Caches/pip
199199 key : ${{ matrix.os }}-py${{ matrix.python-version }}-pip-${{ hashFiles('requirements/*/*.txt') }}
200200 restore-keys : |
201201 ${{ matrix.os }}-py${{ matrix.python-version }}-pip-
202202 - name : Cache ccache
203- uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
203+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
204204 with :
205205 path : |
206206 ~/.ccache
207207 key : ${{ matrix.os }}-py${{ matrix.python-version }}-ccache-${{ hashFiles('src/*') }}
208208 restore-keys : |
209209 ${{ matrix.os }}-py${{ matrix.python-version }}-ccache-
210210 - name : Cache Matplotlib
211- uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
211+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
212212 with :
213213 path : |
214214 ~/.cache/matplotlib
0 commit comments