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

Commit b1bba3c

Browse files
Bump actions/cache from v1.2.0 to v2
Bumps [actions/cache](https://github.com/actions/cache) from v1.2.0 to v2. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v1.2.0...b820478) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8a70f0b commit b1bba3c

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
@@ -65,7 +65,7 @@ jobs:
6565
print("::set-output name=result::{}".format(result))
6666
6767
- name: Restore pre-commit cache
68-
uses: actions/cache@v1.2.0
68+
uses: actions/cache@v2
6969
if: matrix.session == 'pre-commit'
7070
with:
7171
path: ~/.cache/pre-commit

0 commit comments

Comments
 (0)