From e94d25f0c7e734b21d35c93ed026aadb2bbbe0c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 16:02:48 +0000 Subject: [PATCH] Bump actions/setup-java from 2 to 3.5.1 Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2 to 3.5.1. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v2...v3.5.1) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/ci_check.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 991272d..a0243b0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1 - name: Set up JDK 1.8 - uses: actions/setup-java@v2 + uses: actions/setup-java@v3.5.1 with: distribution: 'adopt' java-version: '8' diff --git a/.github/workflows/ci_check.yml b/.github/workflows/ci_check.yml index 1cb4d94..387ea4c 100644 --- a/.github/workflows/ci_check.yml +++ b/.github/workflows/ci_check.yml @@ -17,7 +17,7 @@ jobs: git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1 - name: Set up JDK 1.8 - uses: actions/setup-java@v2 + uses: actions/setup-java@v3.5.1 with: distribution: 'adopt' java-version: '8'