Skip to content

Commit 6c8411d

Browse files
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] <[email protected]>
1 parent c6f6fd1 commit 6c8411d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/checks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
lfs: false
2929
- name: Cache tox
30-
uses: actions/cache@v3
30+
uses: actions/cache@v4
3131
with:
3232
path: .tox
3333
key: tox-${{hashFiles('requirements/*.txt', 'tox.ini')}}

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
lfs: true
3737
- name: Cache tox
38-
uses: actions/cache@v3
38+
uses: actions/cache@v4
3939
with:
4040
path: .tox
4141
key: tox-${{hashFiles('requirements/*.txt', 'tox.ini')}}

0 commit comments

Comments
 (0)