From 8d6fed5e85fbb93572e4aaee44017eceb8dbff77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 10:36:04 +0200 Subject: [PATCH] Bump gradle/gradle-build-action from 3.3.2 to 3.5.0 (#294) Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 3.3.2 to 3.5.0. - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](https://github.com/gradle/gradle-build-action/compare/4c39dd82cd5e1ec7c6fa0173bb41b4b6bb3b86ff...ac2d340dc04d9e1113182899e983b5400c17cda1) --- updated-dependencies: - dependency-name: gradle/gradle-build-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/deploy-release.yml | 2 +- .github/workflows/deploy-snapshot.yml | 2 +- .github/workflows/pull-request.yml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy-release.yml b/.github/workflows/deploy-release.yml index efc2cb4..44ef451 100644 --- a/.github/workflows/deploy-release.yml +++ b/.github/workflows/deploy-release.yml @@ -59,7 +59,7 @@ jobs: distribution: 'temurin' java-version: 17 - name: Set up Gradle - uses: gradle/gradle-build-action@4c39dd82cd5e1ec7c6fa0173bb41b4b6bb3b86ff + uses: gradle/gradle-build-action@ac2d340dc04d9e1113182899e983b5400c17cda1 timeout-minutes: 10 with: gradle-home-cache-cleanup: true diff --git a/.github/workflows/deploy-snapshot.yml b/.github/workflows/deploy-snapshot.yml index 4a8128d..dcd9baf 100644 --- a/.github/workflows/deploy-snapshot.yml +++ b/.github/workflows/deploy-snapshot.yml @@ -68,7 +68,7 @@ jobs: distribution: 'temurin' java-version: 17 - name: Set up Gradle - uses: gradle/gradle-build-action@4c39dd82cd5e1ec7c6fa0173bb41b4b6bb3b86ff + uses: gradle/gradle-build-action@ac2d340dc04d9e1113182899e983b5400c17cda1 timeout-minutes: 10 with: gradle-home-cache-cleanup: true diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 7028d16..358d466 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -44,7 +44,7 @@ jobs: distribution: 'temurin' java-version: 17 - name: Set up Gradle - uses: gradle/gradle-build-action@4c39dd82cd5e1ec7c6fa0173bb41b4b6bb3b86ff + uses: gradle/gradle-build-action@ac2d340dc04d9e1113182899e983b5400c17cda1 timeout-minutes: 3 - name: Detekt timeout-minutes: 4 @@ -84,7 +84,7 @@ jobs: distribution: 'temurin' java-version: 17 - name: Set up Gradle - uses: gradle/gradle-build-action@4c39dd82cd5e1ec7c6fa0173bb41b4b6bb3b86ff + uses: gradle/gradle-build-action@ac2d340dc04d9e1113182899e983b5400c17cda1 timeout-minutes: 3 - name: Ktlint timeout-minutes: 4 @@ -124,7 +124,7 @@ jobs: distribution: 'temurin' java-version: 17 - name: Set up Gradle - uses: gradle/gradle-build-action@4c39dd82cd5e1ec7c6fa0173bb41b4b6bb3b86ff + uses: gradle/gradle-build-action@ac2d340dc04d9e1113182899e983b5400c17cda1 timeout-minutes: 3 - name: Test timeout-minutes: 20