We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 22018c8 + 3aa29d1 commit 74972dcCopy full SHA for 74972dc
.github/workflows/check-dist.yml
@@ -31,7 +31,7 @@ jobs:
31
with:
32
node-version: 16.x
33
34
- - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
+ - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
35
36
path: ~/.npm
37
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
.github/workflows/test.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
17
18
19
20
21
0 commit comments