Skip to content

Commit 8aca8d2

Browse files
Bump actions/cache from 2.1.4 to 2.1.7 (#1422)
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.4 to 2.1.7. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2.1.4...v2.1.7) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d71d620 commit 8aca8d2

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/ci.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
'requirements_test_brain.txt', 'requirements_test_pre_commit.txt') }}"
3939
- name: Restore Python virtual environment
4040
id: cache-venv
41-
uses: actions/[email protected].4
41+
uses: actions/[email protected].7
4242
with:
4343
path: venv
4444
key: >-
@@ -61,7 +61,7 @@ jobs:
6161
hashFiles('.pre-commit-config.yaml') }}"
6262
- name: Restore pre-commit environment
6363
id: cache-precommit
64-
uses: actions/[email protected].4
64+
uses: actions/[email protected].7
6565
with:
6666
path: ${{ env.PRE_COMMIT_CACHE }}
6767
key: >-
@@ -89,7 +89,7 @@ jobs:
8989
python-version: ${{ env.DEFAULT_PYTHON }}
9090
- name: Restore Python virtual environment
9191
id: cache-venv
92-
uses: actions/[email protected].4
92+
uses: actions/[email protected].7
9393
with:
9494
path: venv
9595
key:
@@ -102,7 +102,7 @@ jobs:
102102
exit 1
103103
- name: Restore pre-commit environment
104104
id: cache-precommit
105-
uses: actions/[email protected].4
105+
uses: actions/[email protected].7
106106
with:
107107
path: ${{ env.PRE_COMMIT_CACHE }}
108108
key: ${{ runner.os }}-${{ needs.prepare-base.outputs.pre-commit-key }}
@@ -144,7 +144,7 @@ jobs:
144144
'requirements_test_brain.txt') }}"
145145
- name: Restore Python virtual environment
146146
id: cache-venv
147-
uses: actions/[email protected].4
147+
uses: actions/[email protected].7
148148
with:
149149
path: venv
150150
key: >-
@@ -180,7 +180,7 @@ jobs:
180180
python-version: ${{ matrix.python-version }}
181181
- name: Restore Python virtual environment
182182
id: cache-venv
183-
uses: actions/[email protected].4
183+
uses: actions/[email protected].7
184184
with:
185185
path: venv
186186
key:
@@ -221,7 +221,7 @@ jobs:
221221
python-version: ${{ matrix.python-version }}
222222
- name: Restore Python virtual environment
223223
id: cache-venv
224-
uses: actions/[email protected].4
224+
uses: actions/[email protected].7
225225
with:
226226
path: venv
227227
key:
@@ -273,7 +273,7 @@ jobs:
273273
'requirements_test_brain.txt') }}"
274274
- name: Restore Python virtual environment
275275
id: cache-venv
276-
uses: actions/[email protected].4
276+
uses: actions/[email protected].7
277277
with:
278278
path: venv
279279
key: >-
@@ -313,7 +313,7 @@ jobs:
313313
python-version: ${{ matrix.python-version }}
314314
- name: Restore Python virtual environment
315315
id: cache-venv
316-
uses: actions/[email protected].4
316+
uses: actions/[email protected].7
317317
with:
318318
path: venv
319319
key:
@@ -355,7 +355,7 @@ jobs:
355355
hashFiles('setup.cfg', 'requirements_test_min.txt') }}"
356356
- name: Restore Python virtual environment
357357
id: cache-venv
358-
uses: actions/[email protected].4
358+
uses: actions/[email protected].7
359359
with:
360360
path: venv
361361
key: >-
@@ -391,7 +391,7 @@ jobs:
391391
python-version: ${{ matrix.python-version }}
392392
- name: Restore Python virtual environment
393393
id: cache-venv
394-
uses: actions/[email protected].4
394+
uses: actions/[email protected].7
395395
with:
396396
path: venv
397397
key:

0 commit comments

Comments
 (0)