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.
1 parent 11ab84b commit e4df715Copy full SHA for e4df715
.github/workflows/check-dist.yml
@@ -33,7 +33,7 @@ jobs:
33
with:
34
node-version: 16.x
35
36
- - uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
+ - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
37
38
path: ~/.npm
39
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
.github/workflows/test.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
17
18
19
20
21
0 commit comments