Skip to content

Commit b56586e

Browse files
Merge pull request #48 from JBNU-JEduTools/hyunchan-park-patch-3
Update deploy.yml
2 parents f8d0fa9 + 3cd3fc0 commit b56586e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
node-version: '20.x'
1616
- name: Cache node_modules
17-
uses: actions/cache@v1
17+
uses: actions/cache@v4
1818
with:
1919
path: node_modules
2020
key: ${{runner.OS}}-build-${{hashFiles('**/yarn.lock')}}

0 commit comments

Comments
 (0)