We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3653ad commit ac42d8aCopy full SHA for ac42d8a
.github/workflows/jquery-ui.yml
@@ -25,7 +25,7 @@ jobs:
25
node-version: ${{ env.NODE_VERSION }}
26
27
- name: Cache
28
- uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
+ uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
29
with:
30
path: ~/.npm
31
key: ${{ runner.os }}-node-${{ env.NODE_VERSION }}-npm-lock-${{ hashFiles('**/package-lock.json') }}
0 commit comments