We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d39c9b4 commit 8d044dfCopy full SHA for 8d044df
.github/workflows/publish.yml
@@ -13,7 +13,7 @@ jobs:
13
persist-credentials: false
14
15
- name: Cache dependencies
16
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
+ uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
17
with:
18
path: ~/.npm
19
key: ${{ runner.OS }}-npm-${{ hashFiles('**/package-lock.json') }}
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
11
12
0 commit comments