Skip to content

Commit d6fed9c

Browse files
committed
Update actions/cache action to v4
1 parent 4963f43 commit d6fed9c

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: >-
@@ -132,7 +132,7 @@ jobs:
132132
python-version: ${{ env.DEFAULT_PYTHON }}
133133
- name: Restore base Python ${{ env.DEFAULT_PYTHON }} virtual environment
134134
id: cache-venv
135-
uses: actions/cache@v3
135+
uses: actions/cache@v4
136136
with:
137137
path: venv
138138
key: >-
@@ -147,7 +147,7 @@ jobs:
147147
exit 1
148148
- name: Restore pre-commit environment from cache
149149
id: cache-precommit
150-
uses: actions/cache@v3
150+
uses: actions/cache@v4
151151
with:
152152
path: ${{ env.PRE_COMMIT_HOME }}
153153
key: |
@@ -183,7 +183,7 @@ jobs:
183183
python-version: ${{ matrix.python-version }}
184184
- name: Restore full Python ${{ matrix.python-version }} virtual environment
185185
id: cache-venv
186-
uses: actions/cache@v3
186+
uses: actions/cache@v4
187187
with:
188188
path: venv
189189
key: >-
@@ -223,7 +223,7 @@ jobs:
223223
python-version: ${{ matrix.python-version }}
224224
- name: Restore full Python ${{ matrix.python-version }} virtual environment
225225
id: cache-venv
226-
uses: actions/cache@v3
226+
uses: actions/cache@v4
227227
with:
228228
path: venv
229229
key: >-
@@ -261,7 +261,7 @@ jobs:
261261
python-version: ${{ env.DEFAULT_PYTHON }}
262262
- name: Restore base Python ${{ env.DEFAULT_PYTHON }} virtual environment
263263
id: cache-venv
264-
uses: actions/cache@v3
264+
uses: actions/cache@v4
265265
with:
266266
path: venv
267267
key: >-
@@ -319,7 +319,7 @@ jobs:
319319
python-version: ${{ env.DEFAULT_PYTHON }}
320320
- name: Restore base Python ${{ env.DEFAULT_PYTHON }} virtual environment
321321
id: cache-venv
322-
uses: actions/cache@v3
322+
uses: actions/cache@v4
323323
with:
324324
path: venv
325325
key: >-
@@ -362,7 +362,7 @@ jobs:
362362
python-version: ${{ env.DEFAULT_PYTHON }}
363363
- name: Restore base Python ${{ env.DEFAULT_PYTHON }} virtual environment
364364
id: cache-venv
365-
uses: actions/cache@v3
365+
uses: actions/cache@v4
366366
with:
367367
path: venv
368368
key: >-
@@ -405,7 +405,7 @@ jobs:
405405
python-version: ${{ env.DEFAULT_PYTHON }}
406406
- name: Restore base Python ${{ env.DEFAULT_PYTHON }} virtual environment
407407
id: cache-venv
408-
uses: actions/cache@v3
408+
uses: actions/cache@v4
409409
with:
410410
path: venv
411411
key: >-

0 commit comments

Comments
 (0)