Skip to content

Commit 471913b

Browse files
dependabot[bot]rafalkrupinski
authored andcommitted
Bump actions/cache from 3 to 4
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- 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 a6b6a50 commit 471913b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
poetry config virtualenvs.in-project true
8585
8686
- name: Set up cache
87-
uses: actions/cache@v3
87+
uses: actions/cache@v4
8888
id: cache
8989
with:
9090
path: .venv
@@ -121,7 +121,7 @@ jobs:
121121
fetch-depth: 0
122122

123123
- name: Set up cache
124-
uses: actions/cache@v3
124+
uses: actions/cache@v4
125125
id: cache
126126
with:
127127
path: .venv

0 commit comments

Comments
 (0)