Skip to content

Commit 271c07b

Browse files
Merge pull request #9 from oscarbenjamin/dependabot/github_actions/actions/cache-3.2.5
Bump actions/cache from 2.1.6 to 3.2.5
2 parents 63513a6 + 3d59281 commit 271c07b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
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@v2.1.6
68+
uses: actions/cache@v3.2.5
6969
if: matrix.session == 'pre-commit'
7070
with:
7171
path: ~/.cache/pre-commit

0 commit comments

Comments
 (0)