Skip to content

Commit 4c53ff4

Browse files
committed
test: 버전 업
1 parent 3945073 commit 4c53ff4

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
outputs:
2222
has_qa_tag: ${{ steps.detect.outputs.has_qa_tag }}
2323
steps:
24-
- uses: actions/checkout@v4
24+
- uses: actions/checkout@v5
2525
with:
2626
fetch-depth: 0
2727
fetch-tags: true
@@ -49,7 +49,7 @@ jobs:
4949
runs-on: macos-latest
5050
timeout-minutes: 30
5151
steps:
52-
- uses: actions/checkout@v4
52+
- uses: actions/checkout@v5
5353

5454
- name: Install private config files
5555
uses: ./.github/actions/install-private-config
@@ -63,7 +63,7 @@ jobs:
6363
xcode-version: ${{ env.XCODE_VERSION }}
6464

6565
- name: Cache SwiftPM
66-
uses: actions/cache@v4
66+
uses: actions/cache@v5
6767
with:
6868
path: |
6969
~/.swiftpm

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
steps:
3232
- name: Checkout merge commit
33-
uses: actions/checkout@v4
33+
uses: actions/checkout@v5
3434
with:
3535
ref: ${{ github.event.pull_request.merge_commit_sha }}
3636

.github/workflows/testflight.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
timeout-minutes: 30
2929

3030
steps:
31-
- uses: actions/checkout@v4
31+
- uses: actions/checkout@v5
3232

3333
- name: Install private config files
3434
uses: ./.github/actions/install-private-config
@@ -42,7 +42,7 @@ jobs:
4242
xcode-version: ${{ env.XCODE_VERSION }}
4343

4444
- name: Cache SwiftPM
45-
uses: actions/cache@v4
45+
uses: actions/cache@v5
4646
with:
4747
path: |
4848
~/.swiftpm
@@ -65,7 +65,7 @@ jobs:
6565

6666
steps:
6767
- name: Checkout
68-
uses: actions/checkout@v4
68+
uses: actions/checkout@v5
6969

7070
- name: Install private config files
7171
uses: ./.github/actions/install-private-config

0 commit comments

Comments
 (0)