4444 $GITHUB_OUTPUT
4545 - name : Restore Python virtual environment
4646 id : cache-venv
47- uses : actions/cache@v4.2.0
47+ uses : actions/cache@v5
4848 with :
4949 path : venv
5050 key : >-
6464 hashFiles('.pre-commit-config.yaml') }}" >> $GITHUB_OUTPUT
6565 - name : Restore pre-commit environment
6666 id : cache-precommit
67- uses : actions/cache@v4.2.0
67+ uses : actions/cache@v5
6868 with :
6969 path : ${{ env.PRE_COMMIT_CACHE }}
7070 key : >-
@@ -92,15 +92,15 @@ jobs:
9292 check-latest : true
9393 - name : Restore Python virtual environment
9494 id : cache-venv
95- uses : actions/cache@v4.2.0
95+ uses : actions/cache@v5
9696 with :
9797 path : venv
9898 fail-on-cache-miss : true
9999 key : ${{ runner.os }}-${{ steps.python.outputs.python-version }}-${{
100100 needs.prepare-base.outputs.python-key }}
101101 - name : Restore pre-commit environment
102102 id : cache-precommit
103- uses : actions/cache@v4.2.0
103+ uses : actions/cache@v5
104104 with :
105105 path : ${{ env.PRE_COMMIT_CACHE }}
106106 fail-on-cache-miss : true
@@ -130,15 +130,15 @@ jobs:
130130 check-latest : true
131131 - name : Restore Python virtual environment
132132 id : cache-venv
133- uses : actions/cache@v4.2.0
133+ uses : actions/cache@v5
134134 with :
135135 path : venv
136136 fail-on-cache-miss : true
137137 key : ${{ runner.os }}-${{ steps.python.outputs.python-version }}-${{
138138 needs.prepare-base.outputs.python-key }}
139139 - name : Restore pre-commit environment
140140 id : cache-precommit
141- uses : actions/cache@v4.2.0
141+ uses : actions/cache@v5
142142 with :
143143 path : ${{ env.PRE_COMMIT_CACHE }}
144144 fail-on-cache-miss : true
@@ -165,15 +165,15 @@ jobs:
165165 check-latest : true
166166 - name : Restore Python virtual environment
167167 id : cache-venv
168- uses : actions/cache@v4.2.0
168+ uses : actions/cache@v5
169169 with :
170170 path : venv
171171 fail-on-cache-miss : true
172172 key : ${{ runner.os }}-${{ steps.python.outputs.python-version }}-${{
173173 needs.prepare-base.outputs.python-key }}
174174 - name : Restore pre-commit environment
175175 id : cache-precommit
176- uses : actions/cache@v4.2.0
176+ uses : actions/cache@v5
177177 with :
178178 path : ${{ env.PRE_COMMIT_CACHE }}
179179 fail-on-cache-miss : true
@@ -204,15 +204,15 @@ jobs:
204204 check-latest : true
205205 - name : Restore Python virtual environment
206206 id : cache-venv
207- uses : actions/cache@v4.2.0
207+ uses : actions/cache@v5
208208 with :
209209 path : venv
210210 fail-on-cache-miss : true
211211 key : ${{ runner.os }}-${{ steps.python.outputs.python-version }}-${{
212212 needs.prepare-base.outputs.python-key }}
213213 - name : Restore pre-commit environment
214214 id : cache-precommit
215- uses : actions/cache@v4.2.0
215+ uses : actions/cache@v5
216216 with :
217217 path : ${{ env.PRE_COMMIT_CACHE }}
218218 fail-on-cache-miss : true
@@ -243,15 +243,15 @@ jobs:
243243 check-latest : true
244244 - name : Restore Python virtual environment
245245 id : cache-venv
246- uses : actions/cache@v4.2.0
246+ uses : actions/cache@v5
247247 with :
248248 path : venv
249249 fail-on-cache-miss : true
250250 key : ${{ runner.os }}-${{ steps.python.outputs.python-version }}-${{
251251 needs.prepare-base.outputs.python-key }}
252252 - name : Restore pre-commit environment
253253 id : cache-precommit
254- uses : actions/cache@v4.2.0
254+ uses : actions/cache@v5
255255 with :
256256 path : ${{ env.PRE_COMMIT_CACHE }}
257257 fail-on-cache-miss : true
@@ -315,7 +315,7 @@ jobs:
315315 check-latest : true
316316 - name : Restore Python virtual environment
317317 id : cache-venv
318- uses : actions/cache@v4.2.0
318+ uses : actions/cache@v5
319319 with :
320320 path : venv
321321 fail-on-cache-miss : true
0 commit comments