Skip to content

Commit ecbcb4b

Browse files
committed
Update actions/cache action to v4
1 parent 9ffef26 commit ecbcb4b

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/verify.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
python-version: ${{ env.DEFAULT_PYTHON }}
3131
- name: Restore base Python ${{ env.DEFAULT_PYTHON }} virtual environment
3232
id: cache-venv
33-
uses: actions/cache@v3
33+
uses: actions/cache@v4
3434
with:
3535
path: venv
3636
key: >-
@@ -52,7 +52,7 @@ jobs:
5252
pip install -r requirements_test.txt -r requirements_commit.txt
5353
- name: Restore pre-commit environment from cache
5454
id: cache-precommit
55-
uses: actions/cache@v3
55+
uses: actions/cache@v4
5656
with:
5757
path: ${{ env.PRE_COMMIT_HOME }}
5858
key: |
@@ -81,7 +81,7 @@ jobs:
8181
python-version: ${{ env.DEFAULT_PYTHON }}
8282
- name: Restore base Python ${{ env.DEFAULT_PYTHON }} virtual environment
8383
id: cache-venv
84-
uses: actions/cache@v3
84+
uses: actions/cache@v4
8585
with:
8686
path: venv
8787
key: >-
@@ -127,7 +127,7 @@ jobs:
127127
python-version: ${{ env.DEFAULT_PYTHON }}
128128
- name: Restore base Python ${{ env.DEFAULT_PYTHON }} virtual environment
129129
id: cache-venv
130-
uses: actions/cache@v3
130+
uses: actions/cache@v4
131131
with:
132132
path: venv
133133
key: >-
@@ -142,7 +142,7 @@ jobs:
142142
exit 1
143143
- name: Restore pre-commit environment from cache
144144
id: cache-precommit
145-
uses: actions/cache@v3
145+
uses: actions/cache@v4
146146
with:
147147
path: ${{ env.PRE_COMMIT_HOME }}
148148
key: |
@@ -178,7 +178,7 @@ jobs:
178178
python-version: ${{ matrix.python-version }}
179179
- name: Restore full Python ${{ matrix.python-version }} virtual environment
180180
id: cache-venv
181-
uses: actions/cache@v3
181+
uses: actions/cache@v4
182182
with:
183183
path: venv
184184
key: >-
@@ -218,7 +218,7 @@ jobs:
218218
python-version: ${{ matrix.python-version }}
219219
- name: Restore full Python ${{ matrix.python-version }} virtual environment
220220
id: cache-venv
221-
uses: actions/cache@v3
221+
uses: actions/cache@v4
222222
with:
223223
path: venv
224224
key: >-
@@ -256,7 +256,7 @@ jobs:
256256
python-version: ${{ env.DEFAULT_PYTHON }}
257257
- name: Restore base Python ${{ env.DEFAULT_PYTHON }} virtual environment
258258
id: cache-venv
259-
uses: actions/cache@v3
259+
uses: actions/cache@v4
260260
with:
261261
path: venv
262262
key: >-
@@ -309,7 +309,7 @@ jobs:
309309
python-version: ${{ env.DEFAULT_PYTHON }}
310310
- name: Restore base Python ${{ env.DEFAULT_PYTHON }} virtual environment
311311
id: cache-venv
312-
uses: actions/cache@v3
312+
uses: actions/cache@v4
313313
with:
314314
path: venv
315315
key: >-
@@ -347,7 +347,7 @@ jobs:
347347
python-version: ${{ env.DEFAULT_PYTHON }}
348348
- name: Restore base Python ${{ env.DEFAULT_PYTHON }} virtual environment
349349
id: cache-venv
350-
uses: actions/cache@v3
350+
uses: actions/cache@v4
351351
with:
352352
path: venv
353353
key: >-
@@ -390,7 +390,7 @@ jobs:
390390
python-version: ${{ env.DEFAULT_PYTHON }}
391391
- name: Restore base Python ${{ env.DEFAULT_PYTHON }} virtual environment
392392
id: cache-venv
393-
uses: actions/cache@v3
393+
uses: actions/cache@v4
394394
with:
395395
path: venv
396396
key: >-

0 commit comments

Comments
 (0)