From 552e78cec12ceb37e0ee925eb435f44aad33ab42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 09:56:43 +0000 Subject: [PATCH] Bump gradle/actions from 3.4.2 to 3.5.0 Bumps [gradle/actions](https://github.com/gradle/actions) from 3.4.2 to 3.5.0. - [Release notes](https://github.com/gradle/actions/releases) - [Commits](https://github.com/gradle/actions/compare/dbbdc275be76ac10734476cc723d82dfe7ec6eda...d9c87d481d55275bb5441eef3fe0e46805f9ef70) --- updated-dependencies: - dependency-name: gradle/actions dependency-type: direct:production update-type: version-update:semver-minor ... 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 d60e12f..8821151 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@dbbdc275be76ac10734476cc723d82dfe7ec6eda # v3.4.2 + - uses: gradle/actions/setup-gradle@d9c87d481d55275bb5441eef3fe0e46805f9ef70 # v3.5.0 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 87fd43b..c26444b 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@dbbdc275be76ac10734476cc723d82dfe7ec6eda # v3.4.2 + - uses: gradle/actions/setup-gradle@d9c87d481d55275bb5441eef3fe0e46805f9ef70 # v3.5.0 with: validate-wrappers: true gradle-home-cache-cleanup: true