Skip to content

Commit fd407bc

Browse files
build(deps): 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 24d23a3 commit fd407bc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/docs.yaml

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

3333
- name: set up python cache
34-
uses: actions/cache@v2
34+
uses: actions/cache@v3
3535
id: python-cache
3636
with:
3737
path: .venv

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: set up python cache
4444
if: ${{ steps.release.outputs.release_created }}
45-
uses: actions/cache@v2
45+
uses: actions/cache@v3
4646
id: python-cache
4747
with:
4848
path: .venv

.github/workflows/tests.yaml

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

3939
- name: set up python cache
40-
uses: actions/cache@v2
40+
uses: actions/cache@v3
4141
id: python-cache
4242
with:
4343
path: .venv

0 commit comments

Comments
 (0)