diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-08-17 04:32:13 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-17 04:32:13 +0530 |
commit | 0f3e6df4422d08d97d2dad5c3e8feffb80e513ba (patch) | |
tree | 2571ffc0184487a0e01f9a3f6a9197533c270fd9 /.github/workflows/deploy_snapshot.yml | |
parent | 41cdf4f53af36c0f1d1f7975933ca179902a7ffd (diff) |
chore(deps): update gradle/gradle-build-action action to v2.2.3 (#2062)
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 be3bbad8..26776700 100644 --- a/.github/workflows/deploy_snapshot.yml +++ b/.github/workflows/deploy_snapshot.yml @@ -29,7 +29,7 @@ jobs: run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties - name: Build release app - uses: gradle/gradle-build-action@v2.2.2 + uses: gradle/gradle-build-action@v2.2.3 env: SNAPSHOT: "true" SENTRY_DSN: ${{ secrets.SENTRY_DSN }} |