From d04d638b274cd21df6dd87709b1e06d8394e9679 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Apr 2023 08:23:27 +0000 Subject: [PATCH] chore(deps): update gradle/gradle-build-action action to v2.4.1 --- .github/workflows/baseline-profile.yml | 2 +- .github/workflows/ci.yml | 4 ++-- .github/workflows/release.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/baseline-profile.yml b/.github/workflows/baseline-profile.yml index 7242a93e..3ebf61c1 100644 --- a/.github/workflows/baseline-profile.yml +++ b/.github/workflows/baseline-profile.yml @@ -38,7 +38,7 @@ jobs: git config user.email noreply@github.com - name: Setup Gradle caching - uses: gradle/gradle-build-action@6095a76664413da4c8c134ee32e8a8ae900f0f1f # v2.4.0 + uses: gradle/gradle-build-action@5056fa9d50478a14af3c9925c12ca02318659d3e # v2.4.1 with: gradle-home-cache-cleanup: true diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a341ae74..bf40a364 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: java-version: 18 - name: Run unit tests - uses: gradle/gradle-build-action@6095a76664413da4c8c134ee32e8a8ae900f0f1f # v2.4.0 + uses: gradle/gradle-build-action@5056fa9d50478a14af3c9925c12ca02318659d3e # v2.4.1 with: arguments: --no-configuration-cache --stacktrace check gradle-home-cache-cleanup: true @@ -62,7 +62,7 @@ jobs: ENCRYPT_KEY: ${{ secrets.ENCRYPT_KEY }} - name: Build release app - uses: gradle/gradle-build-action@6095a76664413da4c8c134ee32e8a8ae900f0f1f # v2.4.0 + uses: gradle/gradle-build-action@5056fa9d50478a14af3c9925c12ca02318659d3e # v2.4.1 env: SENTRY_DSN: ${{ secrets.SENTRY_DSN }} with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ee335fff..09c3cc5c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: git config user.email noreply@github.com - name: Setup Gradle caching - uses: gradle/gradle-build-action@6095a76664413da4c8c134ee32e8a8ae900f0f1f # v2.4.0 + uses: gradle/gradle-build-action@5056fa9d50478a14af3c9925c12ca02318659d3e # v2.4.1 with: gradle-home-cache-cleanup: true cache-read-only: true