From fd2c7c3cc3e28741219dfcdc395af5c7cce276fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Mar 2025 07:38:27 +0100 Subject: [PATCH] Bump getsentry/action-release from 3.1.0 to 3.1.1 (#5775) --- .github/workflows/sentry.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sentry.yaml b/.github/workflows/sentry.yaml index 08690f59f..f44f613e9 100644 --- a/.github/workflows/sentry.yaml +++ b/.github/workflows/sentry.yaml @@ -12,7 +12,7 @@ jobs: - name: Check out code from GitHub uses: actions/checkout@v4.2.2 - name: Sentry Release - uses: getsentry/action-release@v3.1.0 + uses: getsentry/action-release@v3.1.1 env: SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} SENTRY_ORG: ${{ secrets.SENTRY_ORG }}