mirror of
https://github.com/sbt/sbt.git
synced 2026-09-08 19:16:16 +02:00
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
9bfc80c65c
commit
36e0331909
@@ -12,6 +12,6 @@ jobs:
|
||||
name: Submit Dependency Graph
|
||||
runs-on: ubuntu-latest # or windows-latest, or macOS-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- uses: actions/checkout@v6
|
||||
- uses: sbt/setup-sbt@v1
|
||||
- uses: scalacenter/sbt-dependency-submission@v3
|
||||
|
||||
Reference in New Issue
Block a user