From 7cbda612d64908ffc1c3979ef434b010768b9801 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Mar 2024 18:53:22 +0000 Subject: [PATCH] deps(upgrade): bump gradle/gradle-build-action from 2 to 3 Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2 to 3. - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](https://github.com/gradle/gradle-build-action/compare/v2...v3) --- updated-dependencies: - dependency-name: gradle/gradle-build-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/command-deploy-pr-snapshot.yaml | 2 +- .github/workflows/deploy-tag.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index adb96a11..f47ef93b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -74,7 +74,7 @@ jobs: distribution: "temurin" - name: Setup Gradle - uses: gradle/gradle-build-action@v2 + uses: gradle/gradle-build-action@v3 with: # The Gradle wrapper's version (already the default, putting it here to clarity) gradle-version: wrapper diff --git a/.github/workflows/command-deploy-pr-snapshot.yaml b/.github/workflows/command-deploy-pr-snapshot.yaml index f8f2b010..39a358a6 100644 --- a/.github/workflows/command-deploy-pr-snapshot.yaml +++ b/.github/workflows/command-deploy-pr-snapshot.yaml @@ -27,7 +27,7 @@ jobs: distribution: "temurin" - name: Setup Gradle - uses: gradle/gradle-build-action@v2 + uses: gradle/gradle-build-action@v3 with: # The Gradle wrapper's version (already the default, putting it here to clarity) gradle-version: wrapper diff --git a/.github/workflows/deploy-tag.yaml b/.github/workflows/deploy-tag.yaml index 9fc30538..59b3309c 100644 --- a/.github/workflows/deploy-tag.yaml +++ b/.github/workflows/deploy-tag.yaml @@ -26,7 +26,7 @@ jobs: distribution: "temurin" - name: Setup Gradle - uses: gradle/gradle-build-action@v2 + uses: gradle/gradle-build-action@v3 with: # The Gradle wrapper's version (already the default, putting it here to clarity) gradle-version: wrapper