From 788ffe5463855cf818267b2b37107594f515b052 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 12:41:25 +0100 Subject: [PATCH] Bump gradle/gradle-build-action from 2.11.1 to 2.12.0 (#250) Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2.11.1 to 2.12.0. - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](https://github.com/gradle/gradle-build-action/compare/982da8e78c05368c70dac0351bb82647a9e9a5d2...a8f75513eafdebd8141bd1cd4e30fcd194af8dfa) --- 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 6c30ebe..eecc73d 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@982da8e78c05368c70dac0351bb82647a9e9a5d2 + uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa timeout-minutes: 10 with: gradle-home-cache-cleanup: true diff --git a/.github/workflows/deploy-snapshot.yml b/.github/workflows/deploy-snapshot.yml index 7468dcc..0aac4a1 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@982da8e78c05368c70dac0351bb82647a9e9a5d2 + uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa timeout-minutes: 10 with: gradle-home-cache-cleanup: true diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 2dbe9ab..a8fa2fb 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@982da8e78c05368c70dac0351bb82647a9e9a5d2 + uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa 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@982da8e78c05368c70dac0351bb82647a9e9a5d2 + uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa 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@982da8e78c05368c70dac0351bb82647a9e9a5d2 + uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa timeout-minutes: 3 - name: Test timeout-minutes: 20