Skip to content

Commit 460c12d

Browse files
authored
Merge pull request #1469 from GrabarzUndPartner/renovate/actions-cache-4.x
chore(deps): update actions/cache action to v4
2 parents 14b4413 + db9342c commit 460c12d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Checkout Repo
2727
uses: actions/checkout@v3
2828
- name: cache node_modules
29-
uses: actions/cache@v3
29+
uses: actions/cache@v4
3030
id: cache
3131
with:
3232
path: node_modules
@@ -76,7 +76,7 @@ jobs:
7676
- name: Checkout Repo
7777
uses: actions/checkout@v3
7878
- name: cache node_modules
79-
uses: actions/cache@v3
79+
uses: actions/cache@v4
8080
id: cache
8181
with:
8282
path: node_modules

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v3
2424

2525
- name: cache node_modules
26-
uses: actions/cache@v3
26+
uses: actions/cache@v4
2727
id: cache
2828
with:
2929
path: |

0 commit comments

Comments
 (0)