We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b19081 commit dabc7f9Copy full SHA for dabc7f9
2 files changed
.github/workflows/publish.yml
@@ -13,7 +13,7 @@ jobs:
13
persist-credentials: false
14
15
- name: Cache dependencies
16
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
+ uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
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