Skip to content
This repository was archived by the owner on Aug 19, 2022. It is now read-only.

Commit 5f7f8b5

Browse files
authored
Merge pull request #407 from staticdev/dependabot/github_actions/actions/cache-2.1.7
Bump actions/cache from 2.1.6 to 2.1.7
2 parents 7f17d5a + 8998528 commit 5f7f8b5

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
@@ -71,7 +71,7 @@ jobs:
7171
print("::set-output name=result::{}".format(result))
7272
7373
- name: Restore pre-commit cache
74-
uses: actions/cache@v2.1.6
74+
uses: actions/cache@v2.1.7
7575
if: matrix.session == 'pre-commit'
7676
with:
7777
path: ~/.cache/pre-commit

0 commit comments

Comments
 (0)