Skip to content

Commit 69bc186

Browse files
Update actions/cache action to v5
1 parent fe4c74c commit 69bc186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v2
1010

1111
- name: Cache node modules
12-
uses: actions/cache@v2
12+
uses: actions/cache@v5
1313
with:
1414
path: |
1515
~/.npm

0 commit comments

Comments
 (0)