Skip to content

Commit 5db834b

Browse files
chore(deps): update actions/cache action to v5
1 parent 4f1bc52 commit 5db834b

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
@@ -43,7 +43,7 @@ jobs:
4343
node-version: '20.x'
4444

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

0 commit comments

Comments
 (0)