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

Commit 00f2795

Browse files
author
Thiago C. D'Ávila
authored
Merge pull request #300 from staticdev/dependabot/github_actions/actions/cache-v2.1.4
Bump actions/cache from v2 to v2.1.4
2 parents f21923a + 2df19cc commit 00f2795

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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
71+
uses: actions/cache@v2.1.4
7272
if: matrix.session == 'pre-commit'
7373
with:
7474
path: ~/.cache/pre-commit

0 commit comments

Comments
 (0)