Skip to content

Commit 1911ea0

Browse files
chore(deps): bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0f1a9bd commit 1911ea0

5 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
!startsWith(github.event.head_commit.message, 'chore(changelog): update CHANGELOG.md') &&
1616
github.event.head_commit.author.name != 'github-actions[bot]'
1717
steps:
18-
- uses: actions/checkout@v5
18+
- uses: actions/checkout@v6
1919
with:
2020
fetch-depth: 0
2121
- uses: jdx/mise-action@v3

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
SwiftLint:
2727
runs-on: ubuntu-latest
2828
steps:
29-
- uses: actions/checkout@v5
29+
- uses: actions/checkout@v6
3030
- name: GitHub Action for SwiftLint
3131
uses: norio-nomura/action-swiftlint@3.2.1
3232
with:
@@ -53,7 +53,7 @@ jobs:
5353
runsOn: macOS-14
5454
name: "macOS 14, Xcode 15.4, Swift 5.10"
5555
steps:
56-
- uses: actions/checkout@v5
56+
- uses: actions/checkout@v6
5757
- name: ${{ matrix.name }}
5858
run: xcodebuild test -scheme "Validator-Package" -destination "platform=macOS" clean -enableCodeCoverage YES -resultBundlePath "test_output/${{ matrix.name }}.xcresult" || exit 1
5959
- name: Upload test coverage reports to Codecov
@@ -86,7 +86,7 @@ jobs:
8686
xcode: "Xcode_15.3"
8787
runsOn: macos-14
8888
steps:
89-
- uses: actions/checkout@v5
89+
- uses: actions/checkout@v6
9090
- name: ${{ matrix.name }}
9191
run: xcodebuild test -scheme "Validator-Package" -destination "${{ matrix.destination }}" clean -enableCodeCoverage YES -resultBundlePath "test_output/${{ matrix.name }}.xcresult" || exit 1
9292
- uses: actions/upload-artifact@v5
@@ -117,7 +117,7 @@ jobs:
117117
xcode: "Xcode_15.3"
118118
runsOn: macos-14
119119
steps:
120-
- uses: actions/checkout@v5
120+
- uses: actions/checkout@v6
121121
- name: ${{ matrix.name }}
122122
run: xcodebuild test -scheme "Validator-Package" -destination "${{ matrix.destination }}" clean -enableCodeCoverage YES -resultBundlePath "test_output/${{ matrix.name }}.xcresult" || exit 1
123123
- name: Upload test coverage reports to Codecov
@@ -154,7 +154,7 @@ jobs:
154154
xcode: "Xcode_15.3"
155155
runsOn: macos-14
156156
steps:
157-
- uses: actions/checkout@v5
157+
- uses: actions/checkout@v6
158158
- name: ${{ matrix.name }}
159159
run: xcodebuild test -scheme "Validator-Package" -destination "${{ matrix.destination }}" clean -enableCodeCoverage YES -resultBundlePath "test_output/${{ matrix.name }}.xcresult" || exit 1
160160
- name: Upload test coverage reports to Codecov
@@ -187,7 +187,7 @@ jobs:
187187
xcode: "Xcode_15.3"
188188
runsOn: macos-14
189189
steps:
190-
- uses: actions/checkout@v5
190+
- uses: actions/checkout@v6
191191
- name: ${{ matrix.name }}
192192
run: swift build -c release
193193

@@ -212,7 +212,7 @@ jobs:
212212
env:
213213
DEVELOPER_DIR: /Applications/Xcode_16.4.app/Contents/Developer
214214
steps:
215-
- uses: actions/checkout@v5
215+
- uses: actions/checkout@v6
216216

217217
- name: Set up Python environment
218218
run: |

.github/workflows/conventional-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
lint-pr:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616
- uses: amannn/action-semantic-pull-request@v6
1717
with:
1818
requireScope: false

.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@v5
21+
uses: actions/checkout@v6
2222
- name: Setup gems
2323
run: |
2424
gem install bundler

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: "ubuntu-latest"
2020
timeout-minutes: 15
2121
steps:
22-
- uses: actions/checkout@v5
22+
- uses: actions/checkout@v6
2323
with:
2424
fetch-depth: 0
2525
- uses: jdx/mise-action@v3

0 commit comments

Comments
 (0)