From e3c70b3e4d754f9db5dac3794f84815617ae82bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 02:47:29 +0000 Subject: [PATCH] Bump actions/setup-java from 4.0.0 to 4.1.0 Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/on-branch-push-or-pull-request.yml | 2 +- .../on-development-push-publish-snapshot-and-website.yml | 2 +- .github/workflows/on-tag-push-create-release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/on-branch-push-or-pull-request.yml b/.github/workflows/on-branch-push-or-pull-request.yml index b0494fa2..0617e58f 100644 --- a/.github/workflows/on-branch-push-or-pull-request.yml +++ b/.github/workflows/on-branch-push-or-pull-request.yml @@ -9,7 +9,7 @@ jobs: steps: # ================================================================================================================ - name: JDK 17 Setup - uses: actions/setup-java@v4.0.0 + uses: actions/setup-java@v4.1.0 with: distribution: 'temurin' java-version: '17' diff --git a/.github/workflows/on-development-push-publish-snapshot-and-website.yml b/.github/workflows/on-development-push-publish-snapshot-and-website.yml index d3684967..7dfa14c9 100644 --- a/.github/workflows/on-development-push-publish-snapshot-and-website.yml +++ b/.github/workflows/on-development-push-publish-snapshot-and-website.yml @@ -18,7 +18,7 @@ jobs: steps: # ================================================================================================================ - name: JDK 17 Setup - uses: actions/setup-java@v4.0.0 + uses: actions/setup-java@v4.1.0 with: distribution: 'temurin' java-version: '17' diff --git a/.github/workflows/on-tag-push-create-release.yml b/.github/workflows/on-tag-push-create-release.yml index bfa9e60e..6aa42edd 100644 --- a/.github/workflows/on-tag-push-create-release.yml +++ b/.github/workflows/on-tag-push-create-release.yml @@ -18,7 +18,7 @@ jobs: steps: # ================================================================================================================ - name: JDK 17 Setup - uses: actions/setup-java@v4.0.0 + uses: actions/setup-java@v4.1.0 with: distribution: 'temurin' java-version: '17'