diff --git a/.github/workflows/deploy-release.yml b/.github/workflows/deploy-release.yml index 234359d..dc30310 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@8cbcb9948b5892387aed077daf6f90e1f0ba5b27 + uses: gradle/gradle-build-action@982da8e78c05368c70dac0351bb82647a9e9a5d2 timeout-minutes: 10 with: gradle-home-cache-cleanup: true diff --git a/.github/workflows/deploy-snapshot.yml b/.github/workflows/deploy-snapshot.yml index 9c5c263..1b93d1d 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@8cbcb9948b5892387aed077daf6f90e1f0ba5b27 + uses: gradle/gradle-build-action@982da8e78c05368c70dac0351bb82647a9e9a5d2 timeout-minutes: 10 with: gradle-home-cache-cleanup: true diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index b960914..d2889cc 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@8cbcb9948b5892387aed077daf6f90e1f0ba5b27 + uses: gradle/gradle-build-action@982da8e78c05368c70dac0351bb82647a9e9a5d2 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@8cbcb9948b5892387aed077daf6f90e1f0ba5b27 + uses: gradle/gradle-build-action@982da8e78c05368c70dac0351bb82647a9e9a5d2 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@8cbcb9948b5892387aed077daf6f90e1f0ba5b27 + uses: gradle/gradle-build-action@982da8e78c05368c70dac0351bb82647a9e9a5d2 timeout-minutes: 3 - name: Test timeout-minutes: 20