Skip to content

Commit 166f54c

Browse files
Bump actions/checkout from 4 to 5 (#70)
1 parent bbded09 commit 166f54c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: macOS-13
3535
steps:
3636
- name: git checkout
37-
uses: actions/checkout@v4
37+
uses: actions/checkout@v5
3838

3939
- name: unit tests
4040
run: |

.github/workflows/pod-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: macOS-13
2121
steps:
2222
- name: git checkout
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v5
2424

2525
- name: ruby versions
2626
run: |

.github/workflows/spm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: macOS-13
2121
steps:
2222
- name: git checkout
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v5
2424

2525
- name: xcode version
2626
run: xcodebuild -version -sdk

0 commit comments

Comments
 (0)