Skip to content

Commit 8d6f7f0

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] <support@github.com>
1 parent 69976e6 commit 8d6f7f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
print("::set-output name=result::{}".format(result))
8484
8585
- name: Restore pre-commit cache
86-
uses: actions/cache@v3
86+
uses: actions/cache@v4
8787
if: matrix.session == 'pre-commit'
8888
with:
8989
path: ~/.cache/pre-commit

0 commit comments

Comments
 (0)