Skip to content

Commit 9d876a7

Browse files
Bump actions/cache from 2.1.7 to 3.0.0 (#144)
* Bump actions/cache from 2.1.7 to 3 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2.1.7...v3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Pin v3.0.0 Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marc Mueller <[email protected]>
1 parent c02a84c commit 9d876a7

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
'requirements_test_pre_commit.txt') }}"
3838
- name: Restore Python virtual environment
3939
id: cache-venv
40-
uses: actions/cache@v2.1.7
40+
uses: actions/cache@v3.0.0
4141
with:
4242
path: venv
4343
key: >-
@@ -60,7 +60,7 @@ jobs:
6060
hashFiles('.pre-commit-config.yaml') }}"
6161
- name: Restore pre-commit environment
6262
id: cache-precommit
63-
uses: actions/cache@v2.1.7
63+
uses: actions/cache@v3.0.0
6464
with:
6565
path: ${{ env.PRE_COMMIT_CACHE }}
6666
key: >-
@@ -87,7 +87,7 @@ jobs:
8787
python-version: ${{ env.DEFAULT_PYTHON }}
8888
- name: Restore Python virtual environment
8989
id: cache-venv
90-
uses: actions/cache@v2.1.7
90+
uses: actions/cache@v3.0.0
9191
with:
9292
path: venv
9393
key: ${{ runner.os }}-${{ steps.python.outputs.python-version }}-${{
@@ -99,7 +99,7 @@ jobs:
9999
exit 1
100100
- name: Restore pre-commit environment
101101
id: cache-precommit
102-
uses: actions/cache@v2.1.7
102+
uses: actions/cache@v3.0.0
103103
with:
104104
path: ${{ env.PRE_COMMIT_CACHE }}
105105
key: ${{ runner.os }}-${{ needs.prepare-base.outputs.pre-commit-key }}
@@ -128,7 +128,7 @@ jobs:
128128
python-version: ${{ env.DEFAULT_PYTHON }}
129129
- name: Restore Python virtual environment
130130
id: cache-venv
131-
uses: actions/cache@v2.1.7
131+
uses: actions/cache@v3.0.0
132132
with:
133133
path: venv
134134
key: ${{ runner.os }}-${{ steps.python.outputs.python-version }}-${{
@@ -158,7 +158,7 @@ jobs:
158158
python-version: ${{ env.DEFAULT_PYTHON }}
159159
- name: Restore Python virtual environment
160160
id: cache-venv
161-
uses: actions/cache@v2.1.7
161+
uses: actions/cache@v3.0.0
162162
with:
163163
path: venv
164164
key: ${{ runner.os }}-${{ steps.python.outputs.python-version }}-${{
@@ -198,7 +198,7 @@ jobs:
198198
'requirements_test_pre_commit.txt') }}"
199199
- name: Restore Python virtual environment
200200
id: cache-venv
201-
uses: actions/cache@v2.1.7
201+
uses: actions/cache@v3.0.0
202202
with:
203203
path: venv
204204
key: >-
@@ -233,7 +233,7 @@ jobs:
233233
python-version: ${{ matrix.python-version }}
234234
- name: Restore Python virtual environment
235235
id: cache-venv
236-
uses: actions/cache@v2.1.7
236+
uses: actions/cache@v3.0.0
237237
with:
238238
path: venv
239239
key: ${{ runner.os }}-${{ steps.python.outputs.python-version }}-${{

0 commit comments

Comments
 (0)