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