Skip to content

Commit 9a249b7

Browse files
chore(deps): update actions/cache action to v5
1 parent 732a6b9 commit 9a249b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
node-version: '20.x'
4343

4444
- name: Cache dependencies
45-
uses: actions/cache@v3
45+
uses: actions/cache@v5
4646
with:
4747
path: ~/.npm
4848
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)