Skip to content

Commit 0f37f60

Browse files
Update actions/cache action from vv4 to v5
1 parent 73c6748 commit 0f37f60

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_and_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v4
1313
- name: Cache node modules
1414
id: cache-npm
15-
uses: actions/cache@v4
15+
uses: actions/cache@v5
1616
env:
1717
cache-name: cache-node-modules
1818
with:

.github/workflows/pull_request_build_and_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v4
1212
- name: Cache node modules
1313
id: cache-npm
14-
uses: actions/cache@v4
14+
uses: actions/cache@v5
1515
env:
1616
cache-name: cache-node-modules
1717
with:

0 commit comments

Comments
 (0)