From 9059aaecbb0b3ab0bd69c19f9257e24328c73f64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 20:30:08 +0100 Subject: [PATCH] chore(ci): bump actions/setup-java from 4.0.0 to 4 (#11) * chore(ci): 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] * Adopt actions/setup-java@v4 --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tim te Beek --- .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 46ff1b3..2138a3a 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@v4.0.0 + uses: actions/setup-java@v4 with: distribution: zulu java-version: 17 @@ -52,7 +52,7 @@ jobs: with: fetch-depth: 0 - name: set-up-jdk - uses: actions/setup-java@v4.0.0 + uses: actions/setup-java@v4 with: distribution: zulu java-version: 17 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 073ec54..cec3873 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@v4.0.0 + uses: actions/setup-java@v4 with: distribution: zulu java-version: 17