diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-04-13 09:56:50 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-13 04:26:50 +0000 |
commit | 13a2da9f33be815a1a982d1d8e75e882a6460bd0 (patch) | |
tree | 1f7e18a3815931a38e769e7366558c4dad6daa8d /.github/workflows/deploy_snapshot.yml | |
parent | bec77eced36176af7ea183893d091befcca50657 (diff) |
chore(deps): update gradle/actions digest to 6cec5d4 (#2997)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/deploy_snapshot.yml')
-rw-r--r-- | .github/workflows/deploy_snapshot.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deploy_snapshot.yml b/.github/workflows/deploy_snapshot.yml index 4d3ce8bc..3c185c01 100644 --- a/.github/workflows/deploy_snapshot.yml +++ b/.github/workflows/deploy_snapshot.yml @@ -38,7 +38,7 @@ jobs: run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties - name: Build release app - uses: gradle/actions/setup-gradle@1168cd3d07c1876a65e1724114de42ccbdfa7b78 # v3 + uses: gradle/actions/setup-gradle@6cec5d49d4d6d4bb982fbed7047db31ea6d38f11 # v3 env: SNAPSHOT: "true" SENTRY_DSN: ${{ secrets.SENTRY_DSN }} |