Skip to content

Commit 02d8957

Browse files
Bump actions/cache from 3.0.1 to 3.0.2 (#170)
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.0.1...v3.0.2) --- 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> Co-authored-by: Marc Mueller <[email protected]>
1 parent bf657ea commit 02d8957

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 7 additions & 7 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/[email protected].1
40+
uses: actions/[email protected].2
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/[email protected].1
63+
uses: actions/[email protected].2
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/[email protected].1
90+
uses: actions/[email protected].2
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/[email protected].1
102+
uses: actions/[email protected].2
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/[email protected].1
131+
uses: actions/[email protected].2
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/[email protected].1
161+
uses: actions/[email protected].2
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/[email protected].1
201+
uses: actions/[email protected].2
202202
with:
203203
path: venv
204204
key: >-

0 commit comments

Comments
 (0)