Skip to content

Commit c8ac84f

Browse files
dependabot[bot]sebthom
authored andcommitted
ci(deps): bump actions/setup-java from 4 to 5
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4 to 5. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v4...v5) --- updated-dependencies: - dependency-name: actions/setup-java dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0ed79ac commit c8ac84f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-syntaxes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151

5252
- name: "Install: JDK ${{ env.JAVA_VERSION }} ☕"
53-
uses: actions/setup-java@v4 # https://github.com/actions/setup-java
53+
uses: actions/setup-java@v5 # https://github.com/actions/setup-java
5454
with:
5555
distribution: temurin
5656
java-version: ${{ env.JAVA_VERSION }}

0 commit comments

Comments
 (0)