From 7be99a29495e801d55f30303ca8e8047b18d49a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Sep 2022 19:37:40 +0000 Subject: [PATCH] Bump actions/setup-java from 3.4.1 to 3.5.0 Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3.4.1 to 3.5.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v3.4.1...v3.5.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/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 634e0b51..578df7d0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: ${{ runner.os }}-maven- - name: Set up JDK 11 - uses: actions/setup-java@v3.4.1 + uses: actions/setup-java@v3.5.0 with: distribution: 'temurin' java-version: '11' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5c7a4fff..6b4c6942 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: ${{ runner.os }}-maven- - name: Set up Maven Central Repository - uses: actions/setup-java@v3.4.1 + uses: actions/setup-java@v3.5.0 with: java-version: '11' distribution: 'temurin'