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

Commit f810941

Browse files
author
Thiago D'Ávila
authored
Merge pull request #295 from staticdev/dependabot/github_actions/actions/cache-2.1.6
Bump actions/cache from 2.1.3 to 2.1.6
2 parents c925fb9 + c5f22a4 commit f810941

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
@@ -68,7 +68,7 @@ jobs:
6868
print("::set-output name=result::{}".format(result))
6969
7070
- name: Restore pre-commit cache
71-
uses: actions/cache@v2.1.3
71+
uses: actions/cache@v2.1.6
7272
if: matrix.session == 'pre-commit'
7373
with:
7474
path: ~/.cache/pre-commit

0 commit comments

Comments
 (0)