Skip to content

Commit b6400a0

Browse files
[DEPENDABOT]: Bump actions/cache from 5.0.2 to 5.0.3
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.2 to 5.0.3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5.0.2...v5.0.3) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a37e1f5 commit b6400a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
print("::set-output name=result::{}".format(result))
6565
6666
- name: Restore pre-commit cache
67-
uses: actions/cache@v5.0.2
67+
uses: actions/cache@v5.0.3
6868
if: matrix.session == 'pre-commit'
6969
with:
7070
path: ~/.cache/pre-commit

0 commit comments

Comments
 (0)