Skip to content

Commit 312e00e

Browse files
Bump actions/setup-java from 5.7.0 to 6.0.0 in the github-actions group
Bumps the github-actions group with 1 update: [actions/setup-java](https://github.com/actions/setup-java). Updates `actions/setup-java` from 5.7.0 to 6.0.0 - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v5.7.0...v6.0.0) --- updated-dependencies: - dependency-name: actions/setup-java dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a667750 commit 312e00e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎.github/workflows/build.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
with:
1111
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
1212
- name: Set up JDK 25
13-
uses: actions/setup-java@v5.7.0
13+
uses: actions/setup-java@v6.0.0
1414
with:
1515
distribution: temurin
1616
java-version: 25

0 commit comments

Comments
 (0)