Skip to content

Commit 7f90e61

Browse files
authoredSep 23, 2022
ci(action): update actions/cache digest to 1268184 (#275)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ca65605 commit 7f90e61

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@1a78ace1311f934d8a2b1bc050fa0c40b7207833
26+
- uses: actions/cache@12681847c623a9274356751fdf0a63576ff3f846
2727
with:
2828
path: ~/.npm
2929
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)
Please sign in to comment.