Skip to content

Commit 1b64728

Browse files
Bump actions/checkout from 2 to 5 (#23)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cc60883 commit 1b64728

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
SwiftLint:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v5
2121
- name: GitHub Action for SwiftLint
2222
uses: norio-nomura/action-swiftlint@3.2.1
2323
with:
@@ -44,7 +44,7 @@ jobs:
4444
runsOn: macOS-14
4545
name: "macOS 14, Xcode 15.4, Swift 5.10"
4646
steps:
47-
- uses: actions/checkout@v3
47+
- uses: actions/checkout@v5
4848
- name: ${{ matrix.name }}
4949
run: xcodebuild test -scheme "Typhoon" -destination "platform=macOS" clean -enableCodeCoverage YES -resultBundlePath "test_output/${{ matrix.name }}.xcresult" || exit 1
5050
- name: Upload test coverage reports to Codecov
@@ -77,7 +77,7 @@ jobs:
7777
xcode: "Xcode_15.3"
7878
runsOn: macos-14
7979
steps:
80-
- uses: actions/checkout@v3
80+
- uses: actions/checkout@v5
8181
- name: ${{ matrix.name }}
8282
run: xcodebuild test -scheme "Typhoon" -destination "${{ matrix.destination }}" clean -enableCodeCoverage YES -resultBundlePath "test_output/${{ matrix.name }}.xcresult" || exit 1
8383
- name: Upload test coverage reports to Codecov
@@ -110,7 +110,7 @@ jobs:
110110
xcode: "Xcode_15.3"
111111
runsOn: macos-14
112112
steps:
113-
- uses: actions/checkout@v3
113+
- uses: actions/checkout@v5
114114
- name: ${{ matrix.name }}
115115
run: xcodebuild test -scheme "Typhoon" -destination "${{ matrix.destination }}" clean -enableCodeCoverage YES -resultBundlePath "test_output/${{ matrix.name }}.xcresult" || exit 1
116116
- name: Upload test coverage reports to Codecov
@@ -147,7 +147,7 @@ jobs:
147147
xcode: "Xcode_15.3"
148148
runsOn: macos-14
149149
steps:
150-
- uses: actions/checkout@v3
150+
- uses: actions/checkout@v5
151151
- name: ${{ matrix.name }}
152152
run: xcodebuild test -scheme "Typhoon" -destination "${{ matrix.destination }}" clean -enableCodeCoverage YES -resultBundlePath "test_output/${{ matrix.name }}.xcresult" || exit 1
153153
- name: Upload test coverage reports to Codecov
@@ -180,7 +180,7 @@ jobs:
180180
xcode: "Xcode_15.3"
181181
runsOn: macos-14
182182
steps:
183-
- uses: actions/checkout@v3
183+
- uses: actions/checkout@v5
184184
- name: ${{ matrix.name }}
185185
run: swift build -c release
186186

.github/workflows/danger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
ruby-version: 3.1.4
1919
bundler-cache: true
2020
- name: Checkout code
21-
uses: actions/checkout@v2
21+
uses: actions/checkout@v5
2222
- name: Setup gems
2323
run: |
2424
gem install bundler

0 commit comments

Comments
 (0)