Skip to content

Commit 8741134

Browse files
chore(deps): update actions/cache action to v4
1 parent 8295ff4 commit 8741134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-preview.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
npm install -g npm
3535
npm --version
3636
- name: Cache node_modules 📦
37-
uses: actions/cache@v3.0.8
37+
uses: actions/cache@v4.2.0
3838
with:
3939
path: ~/.npm
4040
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)