From 75ca443095909e91dbe9b486d7193c8febd0f367 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 09:35:41 +0000 Subject: [PATCH] Bump gradle/actions from 4.2.0 to 4.2.1 in /.github/workflows Bumps [gradle/actions](https://github.com/gradle/actions) from 4.2.0 to 4.2.1. - [Release notes](https://github.com/gradle/actions/releases) - [Commits](https://github.com/gradle/actions/compare/473878a77f1b98e2b5ac4af93489d1656a80a5ed...cc4fc85e6b35bafd578d5ffbc76a5518407e1af0) --- updated-dependencies: - dependency-name: gradle/actions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/gradle-testing.yaml | 2 +- .github/workflows/gradle-wrapper-update.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gradle-testing.yaml b/.github/workflows/gradle-testing.yaml index fa1173b..2d15c43 100644 --- a/.github/workflows/gradle-testing.yaml +++ b/.github/workflows/gradle-testing.yaml @@ -28,7 +28,7 @@ jobs: with: java-version: ${{ inputs.java-version }} distribution: ${{ inputs.java-distribution }} - - uses: gradle/actions/setup-gradle@473878a77f1b98e2b5ac4af93489d1656a80a5ed # v4 + - uses: gradle/actions/setup-gradle@cc4fc85e6b35bafd578d5ffbc76a5518407e1af0 # v4 with: validate-wrappers: true gradle-home-cache-cleanup: true diff --git a/.github/workflows/gradle-wrapper-update.yaml b/.github/workflows/gradle-wrapper-update.yaml index e084d46..b1f6a97 100644 --- a/.github/workflows/gradle-wrapper-update.yaml +++ b/.github/workflows/gradle-wrapper-update.yaml @@ -42,7 +42,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: gradle/actions/setup-gradle@473878a77f1b98e2b5ac4af93489d1656a80a5ed # v4 + - uses: gradle/actions/setup-gradle@cc4fc85e6b35bafd578d5ffbc76a5518407e1af0 # v4 with: validate-wrappers: true gradle-home-cache-cleanup: true