Skip to content

Commit 1ca7865

Browse files
Bump actions/checkout from 5 to 6 (#151)
1 parent 254e7cd commit 1ca7865

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
runs-on: macos-15
4141
steps:
4242
- name: git checkout
43-
uses: actions/checkout@v5
43+
uses: actions/checkout@v6
4444

4545
- name: unit tests
4646
run: |
@@ -56,7 +56,7 @@ jobs:
5656
runs-on: macos-15
5757
steps:
5858
- name: git checkout
59-
uses: actions/checkout@v5
59+
uses: actions/checkout@v6
6060

6161
- name: ui tests
6262
run: |

.github/workflows/spm-ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: macos-15
2323
steps:
2424
- name: git checkout
25-
uses: actions/checkout@v5
25+
uses: actions/checkout@v6
2626

2727
- name: xcode version
2828
run: xcodebuild -version -sdk

0 commit comments

Comments
 (0)