We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28e04cf commit bc6a29fCopy full SHA for bc6a29f
.github/workflows/check-dist.yml
@@ -31,7 +31,7 @@ jobs:
31
with:
32
node-version: 16.x
33
34
- - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
+ - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17
18
19
20
21
0 commit comments