From 4e839ba5f47c48afce55bc882c658d359e7efcce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 15:06:07 +0100 Subject: [PATCH] chore(ci): bump actions/setup-java from 3.13.0 to 4.0.0 (#31) Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3.13.0 to 4.0.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v3.13.0...v4.0.0) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 864c134..2166375 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: with: fetch-depth: 0 - name: set-up-jdk - uses: actions/setup-java@v3.13.0 + uses: actions/setup-java@v4.0.0 with: distribution: zulu java-version: 17 @@ -44,7 +44,7 @@ jobs: with: fetch-depth: 0 - name: set-up-jdk - uses: actions/setup-java@v3.13.0 + uses: actions/setup-java@v4.0.0 with: distribution: zulu java-version: 17 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 01a301e..778d15d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: with: fetch-depth: 0 - name: set-up-jdk - uses: actions/setup-java@v3.13.0 + uses: actions/setup-java@v4.0.0 with: distribution: zulu java-version: 17