Skip to content

Commit 8bef499

Browse files
authored
πŸ§‘β€πŸ’» 250331: μ•‘μ…˜ 파일 버전 μˆ˜μ •
### μ•‘μ…˜ 파일 버전 μˆ˜μ •
2 parents 3080361 + 9dd4fe3 commit 8bef499

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)