From 000dee4281159ecedb15e2fb87ae1c2f0b40c705 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 17:14:53 +0200 Subject: [PATCH] Bump gradle/gradle-build-action from 2.4.1 to 2.4.2 (#177) Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2.4.1 to 2.4.2. - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](https://github.com/gradle/gradle-build-action/compare/5056fa9d50478a14af3c9925c12ca02318659d3e...749f47bda3e44aa060e82d7b3ef7e40d953bd629) --- updated-dependencies: - dependency-name: gradle/gradle-build-action dependency-type: direct:production update-type: version-update:semver-patch ... 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 b1b090c..816cf42 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@5056fa9d50478a14af3c9925c12ca02318659d3e + uses: gradle/gradle-build-action@749f47bda3e44aa060e82d7b3ef7e40d953bd629 timeout-minutes: 10 with: gradle-home-cache-cleanup: true diff --git a/.github/workflows/deploy-snapshot.yml b/.github/workflows/deploy-snapshot.yml index b225093..72847f7 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@5056fa9d50478a14af3c9925c12ca02318659d3e + uses: gradle/gradle-build-action@749f47bda3e44aa060e82d7b3ef7e40d953bd629 timeout-minutes: 10 with: gradle-home-cache-cleanup: true diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 8413b12..4bebb61 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@5056fa9d50478a14af3c9925c12ca02318659d3e + uses: gradle/gradle-build-action@749f47bda3e44aa060e82d7b3ef7e40d953bd629 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@5056fa9d50478a14af3c9925c12ca02318659d3e + uses: gradle/gradle-build-action@749f47bda3e44aa060e82d7b3ef7e40d953bd629 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@5056fa9d50478a14af3c9925c12ca02318659d3e + uses: gradle/gradle-build-action@749f47bda3e44aa060e82d7b3ef7e40d953bd629 timeout-minutes: 3 - name: Test timeout-minutes: 12