Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.

Commit 5f27756

Browse files
Update actions/cache action to v4
1 parent 86fd1c5 commit 5f27756

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
2626
- name: Cache dependencies
2727
id: cache
28-
uses: actions/cache@v3
28+
uses: actions/cache@v4
2929
with:
3030
path: |
3131
./node_modules
@@ -44,7 +44,7 @@ jobs:
4444
steps:
4545
- uses: actions/checkout@v3
4646
- uses: actions/setup-node@v3
47-
- uses: actions/cache@v3
47+
- uses: actions/cache@v4
4848
id: npm-cache
4949
with:
5050
path: |

0 commit comments

Comments
 (0)