From 79d8db6015c524c74f44d7cd86dfc5dfc087339e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Mar 2023 17:28:09 -0500 Subject: [PATCH] Bump getsentry/action-release from 1.2.1 to 1.3.1 (#4169) Bumps [getsentry/action-release](https://github.com/getsentry/action-release) from 1.2.1 to 1.3.1. - [Release notes](https://github.com/getsentry/action-release/releases) - [Commits](https://github.com/getsentry/action-release/compare/v1.2.1...v1.3.1) --- updated-dependencies: - dependency-name: getsentry/action-release dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] 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 3f4295d4e..bb9ba7f7b 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@v3.3.0 - name: Sentry Release - uses: getsentry/action-release@v1.2.1 + uses: getsentry/action-release@v1.3.1 env: SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} SENTRY_ORG: ${{ secrets.SENTRY_ORG }}