Skip to content

Commit afd38c0

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 43ef2f7 commit afd38c0

6 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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
runsOn: macOS-14
4444
name: "macOS 14, Xcode 15.4, Swift 5.10"
4545
steps:
46-
- uses: actions/checkout@v5
46+
- uses: actions/checkout@v6
4747
- name: ${{ matrix.name }}
4848
run: xcodebuild test -scheme "Validator-Package" -destination "platform=macOS" clean -enableCodeCoverage YES -resultBundlePath "test_output/${{ matrix.name }}.xcresult" || exit 1
4949
- name: Upload test coverage reports to Codecov
@@ -76,7 +76,7 @@ jobs:
7676
xcode: "Xcode_15.3"
7777
runsOn: macos-14
7878
steps:
79-
- uses: actions/checkout@v5
79+
- uses: actions/checkout@v6
8080
- name: ${{ matrix.name }}
8181
run: xcodebuild test -scheme "Validator-Package" -destination "${{ matrix.destination }}" clean -enableCodeCoverage YES -resultBundlePath "test_output/${{ matrix.name }}.xcresult" || exit 1
8282
- uses: actions/upload-artifact@v5
@@ -107,7 +107,7 @@ jobs:
107107
xcode: "Xcode_15.3"
108108
runsOn: macos-14
109109
steps:
110-
- uses: actions/checkout@v5
110+
- uses: actions/checkout@v6
111111
- name: ${{ matrix.name }}
112112
run: xcodebuild test -scheme "Validator-Package" -destination "${{ matrix.destination }}" clean -enableCodeCoverage YES -resultBundlePath "test_output/${{ matrix.name }}.xcresult" || exit 1
113113
- name: Upload test coverage reports to Codecov
@@ -144,7 +144,7 @@ jobs:
144144
xcode: "Xcode_15.3"
145145
runsOn: macos-14
146146
steps:
147-
- uses: actions/checkout@v5
147+
- uses: actions/checkout@v6
148148
- name: ${{ matrix.name }}
149149
run: xcodebuild test -scheme "Validator-Package" -destination "${{ matrix.destination }}" clean -enableCodeCoverage YES -resultBundlePath "test_output/${{ matrix.name }}.xcresult" || exit 1
150150
- name: Upload test coverage reports to Codecov
@@ -177,7 +177,7 @@ jobs:
177177
xcode: "Xcode_15.3"
178178
runsOn: macos-14
179179
steps:
180-
- uses: actions/checkout@v5
180+
- uses: actions/checkout@v6
181181
- name: ${{ matrix.name }}
182182
run: swift build -c release
183183

.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/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
name: lint
2020
runs-on: macos-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
@@ -32,7 +32,7 @@ jobs:
3232
env:
3333
DEVELOPER_DIR: /Applications/Xcode_16.4.app/Contents/Developer
3434
steps:
35-
- uses: actions/checkout@v5
35+
- uses: actions/checkout@v6
3636

3737
- name: Set up Python environment
3838
run: |

.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)