Skip to content

Commit 5316520

Browse files
dependabot[bot]akurtakov
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 84b7a20 commit 5316520

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

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

135135

136136
- name: "Install: JDK ${{ env.JAVA_VERSION }} ☕"
137-
uses: actions/setup-java@v4 # https://github.com/actions/setup-java
137+
uses: actions/setup-java@v5 # https://github.com/actions/setup-java
138138
with:
139139
distribution: temurin
140140
java-version: ${{ env.JAVA_VERSION }}

.github/workflows/licensecheck.yml

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

6060

6161
- name: "Install: JDK ${{ env.JAVA_VERSION }} ☕"
62-
uses: actions/setup-java@v4 # https://github.com/actions/setup-java
62+
uses: actions/setup-java@v5 # https://github.com/actions/setup-java
6363
with:
6464
distribution: temurin
6565
java-version: ${{ env.JAVA_VERSION }}

0 commit comments

Comments
 (0)