Skip to content

Commit cff4e81

Browse files
authored
Merge pull request #160 from wilhelm-lab/dependabot/github_actions/development/actions/cache-4.2.0
[DEPENDABOT]: Bump actions/cache from 4.1.2 to 4.2.0
2 parents f459be2 + e0dbca6 commit cff4e81

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
@@ -104,7 +104,7 @@ jobs:
104104
print("::set-output name=result::{}".format(result))
105105
106106
- name: Restore pre-commit cache
107-
uses: actions/cache@v4.1.2
107+
uses: actions/cache@v4.2.0
108108
if: matrix.session == 'pre-commit'
109109
with:
110110
path: ~/.cache/pre-commit

0 commit comments

Comments
 (0)