From bee16530e81a638264545f3b7761730f477fc196 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jun 2023 12:20:23 +0200 Subject: [PATCH] Bump gradle/gradle-build-action from 2.4.2 to 2.5.0 (#202) Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2.4.2 to 2.5.0. - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](https://github.com/gradle/gradle-build-action/compare/749f47bda3e44aa060e82d7b3ef7e40d953bd629...8e02c8272aba4650563824b7012f8a86158901c6) --- 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 1289df1..ef4f558 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@749f47bda3e44aa060e82d7b3ef7e40d953bd629 + uses: gradle/gradle-build-action@8e02c8272aba4650563824b7012f8a86158901c6 timeout-minutes: 10 with: gradle-home-cache-cleanup: true diff --git a/.github/workflows/deploy-snapshot.yml b/.github/workflows/deploy-snapshot.yml index 5974035..c1947fc 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@749f47bda3e44aa060e82d7b3ef7e40d953bd629 + uses: gradle/gradle-build-action@8e02c8272aba4650563824b7012f8a86158901c6 timeout-minutes: 10 with: gradle-home-cache-cleanup: true diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index f4331a3..8062c5e 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@749f47bda3e44aa060e82d7b3ef7e40d953bd629 + uses: gradle/gradle-build-action@8e02c8272aba4650563824b7012f8a86158901c6 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@749f47bda3e44aa060e82d7b3ef7e40d953bd629 + uses: gradle/gradle-build-action@8e02c8272aba4650563824b7012f8a86158901c6 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@749f47bda3e44aa060e82d7b3ef7e40d953bd629 + uses: gradle/gradle-build-action@8e02c8272aba4650563824b7012f8a86158901c6 timeout-minutes: 3 - name: Test timeout-minutes: 12