Skip to content

Commit 9dd4fe3

Browse files
committed
fix(remove-codetogether): 액션 파일 버전 수정
1 parent 865aee3 commit 9dd4fe3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/pipeline-beta.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: echo "::set-output name=hash::${{ hashFiles('package-lock.json') }}"
2525

2626
- name: Check dependency cache
27-
uses: actions/cache@v2
27+
uses: actions/cache@v4
2828
id: cache_dependencies
2929
with:
3030
path: ${{ env.CACHED_DEPENDENCY_PATHS }}
@@ -50,7 +50,7 @@ jobs:
5050
fetch-depth: 0
5151

5252
- name: Check dependency cache
53-
uses: actions/cache@v2
53+
uses: actions/cache@v4
5454
with:
5555
path: ${{ env.CACHED_DEPENDENCY_PATHS }}
5656
key: ${{ needs.test.outputs.dependency_cache_key }}

.github/workflows/pipeline-master.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: echo "::set-output name=hash::${{ hashFiles('package-lock.json') }}"
2525

2626
- name: Check dependency cache
27-
uses: actions/cache@v2
27+
uses: actions/cache@v4
2828
id: cache_dependencies
2929
with:
3030
path: ${{ env.CACHED_DEPENDENCY_PATHS }}
@@ -50,7 +50,7 @@ jobs:
5050
fetch-depth: 0
5151

5252
- name: Check dependency cache
53-
uses: actions/cache@v2
53+
uses: actions/cache@v4
5454
with:
5555
path: ${{ env.CACHED_DEPENDENCY_PATHS }}
5656
key: ${{ needs.test.outputs.dependency_cache_key }}

0 commit comments

Comments
 (0)