From 5e26f72e0e8714a5a30bc85b01eef320a7b86e4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 09:27:41 -0400 Subject: [PATCH] Bump actions/setup-java from 4.3.0 to 4.4.0 (#44) Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4.3.0 to 4.4.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/2dfa2011c5b2a0f1489bf9e433881c92c1631f88...b36c23c0d998641eff861008f374ee103c25ac73) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7a9b384..66a3bb8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -52,7 +52,7 @@ jobs: with: maven-version: ${{ env.MAVEN_VERSION }} - name: Set up JDK - uses: actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 + uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 with: java-version-file: ${{ env.JAVA_VERSION_FILE }} distribution: ${{ env.JAVA_DISTRO }} @@ -92,7 +92,7 @@ jobs: with: maven-version: ${{ env.MAVEN_VERSION }} - name: Set up JDK - uses: actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 + uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 with: java-version-file: ${{ env.JAVA_VERSION_FILE }} distribution: ${{ env.JAVA_DISTRO }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index be9f33d..01fc3cf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: with: maven-version: ${{ env.MAVEN_VERSION }} - name: Set up JDK - uses: actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 + uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 with: java-version-file: ${{ env.JAVA_VERSION_FILE }} distribution: ${{ env.JAVA_DISTRO }} @@ -72,7 +72,7 @@ jobs: with: maven-version: ${{ env.MAVEN_VERSION }} - name: Set up JDK - uses: actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 + uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 with: java-version-file: ${{ env.JAVA_VERSION_FILE }} distribution: ${{ env.JAVA_DISTRO }}