aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/deploy_snapshot.yml
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-06-29 12:02:13 +0000
committerGitHub <noreply@github.com>2023-06-29 12:02:13 +0000
commit4206efdca05141e0a8278af3208ece818fcdf8f6 (patch)
tree102b7d5b572e3b9a8d6efd097a639f7504fc66aa /.github/workflows/deploy_snapshot.yml
parentd9dfb0726ee1804e64c4e8e13189727543f2ad77 (diff)
chore(deps): update gradle/gradle-build-action action to v2.5.0 (#2575)
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.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deploy_snapshot.yml b/.github/workflows/deploy_snapshot.yml
index 92de08f6..2aac2861 100644
--- a/.github/workflows/deploy_snapshot.yml
+++ b/.github/workflows/deploy_snapshot.yml
@@ -53,7 +53,7 @@ jobs:
run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties
- name: Build release app
- uses: gradle/gradle-build-action@749f47bda3e44aa060e82d7b3ef7e40d953bd629 # v2.4.2
+ uses: gradle/gradle-build-action@8e02c8272aba4650563824b7012f8a86158901c6 # v2.5.0
env:
SNAPSHOT: "true"
SENTRY_DSN: ${{ secrets.SENTRY_DSN }}