Skip to content

Commit 4404da5

Browse files
chore(deps): update actions/cache action to v5
1 parent 87e72fd commit 4404da5

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
@@ -22,7 +22,7 @@ jobs:
2222
- name: Checkout Repo
2323
uses: actions/checkout@v3
2424
- name: cache node_modules
25-
uses: actions/cache@v3
25+
uses: actions/cache@v5
2626
id: cache
2727
with:
2828
path: |
@@ -77,7 +77,7 @@ jobs:
7777
- name: Checkout Repo
7878
uses: actions/checkout@v3
7979
- name: cache node_modules
80-
uses: actions/cache@v3
80+
uses: actions/cache@v5
8181
id: cache
8282
with:
8383
path: |

.github/workflows/test.yml

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

2424
- name: cache node_modules
25-
uses: actions/cache@v3
25+
uses: actions/cache@v5
2626
id: cache
2727
with:
2828
path: |

0 commit comments

Comments
 (0)