From a68116231d8cb101db35d58c518fc91a3ee5bc14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 07:36:31 -0700 Subject: [PATCH] Bump actions/setup-java from 3.5.0 to 3.6.0 (#705) Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3.5.0 to 3.6.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v3.5.0...v3.6.0) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- .github/workflows/deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index efcbc628..0ad93210 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: uses: gradle/wrapper-validation-action@v1.0.4 - name: Configure JDK - uses: actions/setup-java@v3.5.0 + uses: actions/setup-java@v3.6.0 with: distribution: temurin java-version: ${{ matrix.java-version }} diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8d4bb6d3..c8aac2a4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -16,7 +16,7 @@ jobs: uses: gradle/wrapper-validation-action@v1.0.4 - name: Configure JDK - uses: actions/setup-java@v3.5.0 + uses: actions/setup-java@v3.6.0 with: distribution: temurin java-version: 8