From 7101d47e2e9d82b6fc280c7135494a99136d9e80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jan 2024 11:13:21 +0100 Subject: [PATCH] Bump getsentry/action-release from 1.6.0 to 1.7.0 (#4805) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 2278ac5a753..173af043788 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.1.1 - name: Sentry Release - uses: getsentry/action-release@v1.6.0 + uses: getsentry/action-release@v1.7.0 env: SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} SENTRY_ORG: ${{ secrets.SENTRY_ORG }}