Skip to content

Commit 20d84fe

Browse files
authoredSep 20, 2022
ci(action): update actions/cache digest to 1a78ace
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 872b339 commit 20d84fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
node-version: ${{ matrix.node_version }}
2525
cache: npm
26-
- uses: actions/cache@1bc650b06c2f41645e389a1ef9c438dce9a1e338
26+
- uses: actions/cache@1a78ace1311f934d8a2b1bc050fa0c40b7207833
2727
with:
2828
path: ~/.npm
2929
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)
Please sign in to comment.