From 331c405e9216a1053d50ae36cae3e5e45b2518a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 16:47:03 +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/cd.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 5babc05..be0bd18 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -29,7 +29,7 @@ jobs: scope: '@inrupt' # The following step sets up Maven. - name: Set up JDK 11 - uses: actions/setup-java@v4.0.0 + uses: actions/setup-java@v4.1.0 with: java-version: 11 distribution: 'temurin' diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 81abb0a..58231de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: scope: '@inrupt' # The following step sets up Maven. - name: Set up JDK 11 - uses: actions/setup-java@v4.0.0 + uses: actions/setup-java@v4.1.0 with: java-version: 11 distribution: 'temurin'