Skip to content

Commit 93eda5d

Browse files
authoredMar 6, 2024··
chore(deps): update actions/cache action to v4 (#137)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6b5898b commit 93eda5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fetch-depth: 0
2828

2929
- name: Cache
30-
uses: actions/cache@v3
30+
uses: actions/cache@v4
3131
with:
3232
path: node_modules
3333
key: ${{ matrix.os }}-node-v${{ matrix.node }}-deps-${{ hashFiles(format('{0}{1}', github.workspace, '/pnpm-lock.yaml')) }}

0 commit comments

Comments
 (0)