We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efe1f05 commit 0058c6fCopy full SHA for 0058c6f
.github/workflows/lint_changed_files.yml
@@ -75,7 +75,7 @@ jobs:
75
# Cache dependencies:
76
- name: 'Cache dependencies'
77
# Pin action to full length commit SHA
78
- uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
+ uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
79
id: cache
80
with:
81
path: |
0 commit comments