Skip to content

Commit d387747

Browse files
chore(deps): bump actions/setup-java from 5 to 6 (#2821)
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 5 to 6. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-java 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 fd3e31a commit d387747

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nightly-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
allow-unsafe-pr-checkout: ${{ !!(inputs.is_PR && inputs.PR_NUMBER && github.event.pull_request.head.sha) }}
107107

108108
- name: Setup Java
109-
uses: actions/setup-java@v5
109+
uses: actions/setup-java@v6
110110
with:
111111
distribution: temurin
112112
java-version: "21"

0 commit comments

Comments
 (0)