Skip to content
This repository was archived by the owner on Feb 6, 2025. It is now read-only.

Commit aa985de

Browse files
chore(deps): bump actions/cache from 3.2.6 to 3.3.0
Bumps [actions/cache](https://github.com/actions/cache) from 3.2.6 to 3.3.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.2.6...v3.3.0) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 761daeb commit aa985de

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
fh.write(f"result={result}\n")
8484
8585
- name: Restore pre-commit cache
86-
uses: actions/cache@v3.2.6
86+
uses: actions/cache@v3.3.0
8787
if: matrix.session == 'pre-commit'
8888
with:
8989
path: ~/.cache/pre-commit

0 commit comments

Comments
 (0)