From eede526706b8394da5b61fd36d80aa3d3e6c83bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 06:01:25 +0000 Subject: [PATCH] Bump getsentry/action-release from 1.7.0 to 1.8.0 Bumps [getsentry/action-release](https://github.com/getsentry/action-release) from 1.7.0 to 1.8.0. - [Release notes](https://github.com/getsentry/action-release/releases) - [Commits](https://github.com/getsentry/action-release/compare/v1.7.0...v1.8.0) --- updated-dependencies: - dependency-name: getsentry/action-release dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 d923487bcdc..86092a470e2 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@v1.7.0 + uses: getsentry/action-release@v1.8.0 env: SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} SENTRY_ORG: ${{ secrets.SENTRY_ORG }}