Skip to content

Commit f9e9cde

Browse files
Bump actions/cache from 2 to 3
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v2...v3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 69ed338 commit f9e9cde

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: poetry config virtualenvs.in-project true
2828

2929
- name: Set up cache
30-
uses: actions/cache@v2
30+
uses: actions/cache@v3
3131
id: cache
3232
with:
3333
path: .venv

.github/workflows/python-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: poetry config virtualenvs.in-project true
3636

3737
- name: Set up cache
38-
uses: actions/cache@v2
38+
uses: actions/cache@v3
3939
id: cache
4040
with:
4141
path: .venv
@@ -85,7 +85,7 @@ jobs:
8585
run: poetry config virtualenvs.in-project true
8686

8787
- name: Set up cache
88-
uses: actions/cache@v2
88+
uses: actions/cache@v3
8989
id: cache
9090
with:
9191
path: .venv

0 commit comments

Comments
 (0)