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

Commit 2df19cc

Browse files
Bump actions/cache from v2 to v2.1.4
Bumps [actions/cache](https://github.com/actions/cache) from v2 to v2.1.4. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2...26968a0) Signed-off-by: dependabot[bot] <support@github.com>
1 parent e22f756 commit 2df19cc

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)