We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52a0a5a commit ce04c55Copy full SHA for ce04c55
.github/workflows/pre-commit.yml
@@ -26,7 +26,7 @@ jobs:
26
result = "${{ runner.os }}-{}-{}-pre-commit".format(python, digest)
27
28
print("::set-output name=result::{}".format(result))
29
- - uses: actions/cache@v2.1.7
+ - uses: actions/cache@v3
30
if: matrix.os != 'windows-latest'
31
with:
32
path: ~/.cache/pre-commit
.github/workflows/tests.yml
@@ -67,7 +67,7 @@ jobs:
67
68
69
70
71
72
73
0 commit comments