We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e99c0dd commit b6b7c0aCopy full SHA for b6b7c0a
.github/workflows/ci.yml
@@ -60,7 +60,7 @@ jobs:
60
version: '1.25.4'
61
62
- name: Cache node modules
63
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
+ uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
64
with:
65
path: ~/.npm
66
key: v1-npm-deps-${{ hashFiles('**/package-lock.json') }}
0 commit comments