[1.x] 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](https://github.com/actions/checkout/compare/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] <[email protected]>
This commit is contained in:
dependabot[bot]
2025-11-24 14:14:23 +09:00
committed by kenji yoshida
parent dabfb24023
commit ee03e7606e
5 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
SBT_ETC_FILE: $HOME/etc/sbt/sbtopts
TEST_SBT_VER: 1.11.4
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Setup JDK
uses: actions/setup-java@v5
with: