Skip to content

Commit bf97a25

Browse files
ci: bump actions/cache from 4.1.2 to 4.2.4
Bumps [actions/cache](https://github.com/actions/cache) from 4.1.2 to 4.2.4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.1.2...v4.2.4) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.2.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7816927 commit bf97a25

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
@@ -60,7 +60,7 @@ jobs:
6060
fh.write(f"result={result}\n")
6161
6262
- name: Restore pre-commit cache
63-
uses: actions/cache@v4.1.2
63+
uses: actions/cache@v4.2.4
6464
if: matrix.session == 'pre-commit'
6565
with:
6666
path: ~/.cache/pre-commit

0 commit comments

Comments
 (0)