Skip to content

Commit e8ccdbf

Browse files
Bump actions/setup-java from 4.7.0 to 5.1.0 (#85)
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4.7.0 to 5.1.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@3a4f6e1...f2beeb2) --- updated-dependencies: - dependency-name: actions/setup-java dependency-version: 5.1.0 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 d050eb0 commit e8ccdbf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
with:
6262
maven-version: ${{ env.MAVEN_VERSION }}
6363
- name: Set up JDK 11
64-
uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12
64+
uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e
6565
with:
6666
java-version-file: ${{ env.JAVA_VERSION_FILE }}
6767
distribution: ${{ env.JAVA_DISTRO }}
@@ -112,7 +112,7 @@ jobs:
112112
with:
113113
maven-version: ${{ env.MAVEN_VERSION }}
114114
- name: Set up JDK 11
115-
uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12
115+
uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e
116116
with:
117117
java-version-file: ${{ env.JAVA_VERSION_FILE }}
118118
distribution: ${{ env.JAVA_DISTRO }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
maven-version: ${{ env.MAVEN_VERSION }}
3030
- name: Set up JDK 11
31-
uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12
31+
uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e
3232
with:
3333
java-version-file: ${{ env.JAVA_VERSION_FILE }}
3434
distribution: ${{ env.JAVA_DISTRO }}
@@ -72,7 +72,7 @@ jobs:
7272
with:
7373
maven-version: ${{ env.MAVEN_VERSION }}
7474
- name: Set up JDK 11
75-
uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12
75+
uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e
7676
with:
7777
java-version-file: ${{ env.JAVA_VERSION_FILE }}
7878
distribution: ${{ env.JAVA_DISTRO }}

0 commit comments

Comments
 (0)