From 61822f9e9f078e1b00feaf148202396b4121bbb8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 00:35:59 +0000 Subject: [PATCH] chore: update getsentry/action-release action to v1.9.0 --- .github/workflows/push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 3521ceef8..53e013bd1 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -23,7 +23,7 @@ jobs: - name: Sentry Release if: github.ref == 'refs/heads/main' - uses: getsentry/action-release@v1.8.0 + uses: getsentry/action-release@v1.9.0 env: SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} SENTRY_ORG: ${{ vars.SENTRY_ORG }} @@ -105,7 +105,7 @@ jobs: - name: Sentry Release if: github.ref == 'refs/heads/main' - uses: getsentry/action-release@v1.8.0 + uses: getsentry/action-release@v1.9.0 env: SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} SENTRY_ORG: ${{ vars.SENTRY_ORG }}