From 22dee65372bfac46adf14526a0ef0cb23c6df858 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Jul 2022 19:30:43 +0000 Subject: [PATCH] Bump actions/setup-java from 3.4.0 to 3.4.1 Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3.4.0 to 3.4.1. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v3.4.0...v3.4.1) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-patch ... 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 87c86888..bff831a5 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.0 + uses: actions/setup-java@v3.4.1 with: distribution: 'temurin' java-version: '11' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 34d59c6b..5c7a4fff 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.0 + uses: actions/setup-java@v3.4.1 with: java-version: '11' distribution: 'temurin'