Skip to content

Commit 9ee8c5d

Browse files
Update main.yml
1 parent 712e052 commit 9ee8c5d

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
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@master
1414

1515
- name: Cache node modules
16-
uses: actions/cache@v1
16+
uses: actions/cache@v4
1717
with:
1818
path: node_modules
1919
key: ${{ runner.OS }}-build-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)