Skip to content

Commit 0b26826

Browse files
authored
Merge pull request #168 from plugwise/dependabot/github_actions/actions/cache-3
Bump actions/cache from 2 to 3
2 parents 47df167 + 3fd306b commit 0b26826

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/verify.yml

Lines changed: 10 additions & 10 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@v2
33+
uses: actions/cache@v3
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@v2
55+
uses: actions/cache@v3
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@v2
84+
uses: actions/cache@v3
8585
with:
8686
path: venv
8787
key: >-
@@ -124,7 +124,7 @@ jobs:
124124
python-version: ${{ env.DEFAULT_PYTHON }}
125125
- name: Restore base Python ${{ env.DEFAULT_PYTHON }} virtual environment
126126
id: cache-venv
127-
uses: actions/cache@v2
127+
uses: actions/cache@v3
128128
with:
129129
path: venv
130130
key: >-
@@ -139,7 +139,7 @@ jobs:
139139
exit 1
140140
- name: Restore pre-commit environment from cache
141141
id: cache-precommit
142-
uses: actions/cache@v2
142+
uses: actions/cache@v3
143143
with:
144144
path: ${{ env.PRE_COMMIT_HOME }}
145145
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@v2
181+
uses: actions/cache@v3
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@v2
221+
uses: actions/cache@v3
222222
with:
223223
path: venv
224224
key: >-
@@ -262,7 +262,7 @@ jobs:
262262
python-version: ${{ env.DEFAULT_PYTHON }}
263263
- name: Restore base Python ${{ env.DEFAULT_PYTHON }} virtual environment
264264
id: cache-venv
265-
uses: actions/cache@v2
265+
uses: actions/cache@v3
266266
with:
267267
path: venv
268268
key: >-
@@ -300,7 +300,7 @@ jobs:
300300
python-version: ${{ env.DEFAULT_PYTHON }}
301301
- name: Restore base Python ${{ env.DEFAULT_PYTHON }} virtual environment
302302
id: cache-venv
303-
uses: actions/cache@v2
303+
uses: actions/cache@v3
304304
with:
305305
path: venv
306306
key: >-
@@ -338,7 +338,7 @@ jobs:
338338
python-version: ${{ env.DEFAULT_PYTHON }}
339339
- name: Restore base Python ${{ env.DEFAULT_PYTHON }} virtual environment
340340
id: cache-venv
341-
uses: actions/cache@v2
341+
uses: actions/cache@v3
342342
with:
343343
path: venv
344344
key: >-

0 commit comments

Comments
 (0)