From e3ffd38de2b24f15d079a2da02d308c02d28798d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 13:17:08 +0000 Subject: [PATCH] Bump actions/setup-java from 3 to 4 Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3 to 4. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/native.yml | 4 ++-- .github/workflows/sonarcloud.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/native.yml b/.github/workflows/native.yml index 62eb6dfe..3af37f24 100644 --- a/.github/workflows/native.yml +++ b/.github/workflows/native.yml @@ -46,7 +46,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up JDK ${{env.JAVA_VERSION}} - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: distribution: temurin java-version: ${{env.JAVA_VERSION}} @@ -124,7 +124,7 @@ jobs: run: curl -sLo ${{ runner.temp }}/${{ matrix.jdk-suffix }} ${{ env.liberica-url }} if: ${{ runner.os != 'Linux' }} - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: java-version: ${{env.JAVA_VERSION}} distribution: jdkfile diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index f1a8cee3..188c3175 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -27,7 +27,7 @@ jobs: fetch-depth: 0 # Shallow clone - name: Set up JDK 21 - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: distribution: temurin java-version: 21