Skip to content

Commit dd27f25

Browse files
Bump actions/checkout from 5 to 6 (#608)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a409871 commit dd27f25

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Publish
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v5
14+
- uses: actions/checkout@v6
1515
with:
1616
fetch-depth: 10000
1717
- run: git fetch --tags -f

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
name: Code format
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: actions/checkout@v5
25+
- uses: actions/checkout@v6
2626
- name: scalafmt test
2727
run: ./sbt "+ scalafmtCheckAll"
2828
test_sbt1_plugin:
@@ -39,7 +39,7 @@ jobs:
3939
java: 24
4040
runs-on: ${{ matrix.os }}
4141
steps:
42-
- uses: actions/checkout@v5
42+
- uses: actions/checkout@v6
4343
- uses: actions/setup-java@v5
4444
with:
4545
distribution: "${{ matrix.distribution }}"
@@ -61,7 +61,7 @@ jobs:
6161
# java: 24
6262
# runs-on: ${{ matrix.os }}
6363
# steps:
64-
# - uses: actions/checkout@v5
64+
# - uses: actions/checkout@v6
6565
# - uses: actions/setup-java@v5
6666
# with:
6767
# distribution: "${{ matrix.distribution }}"

0 commit comments

Comments
 (0)