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

Commit d7cbbfd

Browse files
author
Hyeokmin Kwon
committed
Update GitHub workflow
1 parent 5712f29 commit d7cbbfd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dev-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
node-version: 20
2626

2727
- name: Cache node modules
28-
uses: actions/[email protected].0
28+
uses: actions/[email protected].5
2929
with:
3030
path: node_modules
3131
key: ${{ runner.OS }}-build-${{ hashFiles('**/yarn.lock') }}

.github/workflows/prod-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
node-version: 20
2626

2727
- name: Cache node modules
28-
uses: actions/[email protected].0
28+
uses: actions/[email protected].5
2929
with:
3030
path: node_modules
3131
key: ${{ runner.OS }}-build-${{ hashFiles('**/yarn.lock') }}

0 commit comments

Comments
 (0)