We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 44b0cbf + 6b36ae8 commit 35b1c73Copy full SHA for 35b1c73
.github/workflows/tests.yml
@@ -79,7 +79,7 @@ jobs:
79
print("::set-output name=result::{}".format(result))
80
81
- name: Restore pre-commit cache
82
- uses: actions/cache@v3
+ uses: actions/cache@v4
83
if: matrix.session == 'pre-commit'
84
with:
85
path: ~/.cache/pre-commit
0 commit comments