mirror of
https://github.com/sbt/sbt.git
synced 2026-09-04 00:41:32 +02:00
[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:
committed by
kenji yoshida
parent
dabfb24023
commit
ee03e7606e
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user