Skip to content
This repository was archived by the owner on Apr 13, 2023. It is now read-only.

Commit cf233a3

Browse files
authored
Merge pull request #513 from staticdev/dependabot/github_actions/actions/cache-2.1.7
Bump actions/cache from 2.1.6 to 2.1.7
2 parents 914ab30 + 77fff7c commit cf233a3

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

0 commit comments

Comments
 (0)