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 3c27e9d + e9102a9 commit 016d5fcCopy full SHA for 016d5fc
.github/workflows/check-dist.yml
@@ -31,7 +31,7 @@ jobs:
31
with:
32
node-version: 16.x
33
34
- - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
+ - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
17
18
19
20
21
0 commit comments