From 28a974f1a6e927dec8c609e590a32fd0aae71e46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 08:36:54 +0000 Subject: [PATCH] chore(deps): bump getsentry/action-release from 1.4.1 to 1.7.0 Bumps [getsentry/action-release](https://github.com/getsentry/action-release) from 1.4.1 to 1.7.0. - [Release notes](https://github.com/getsentry/action-release/releases) - [Commits](https://github.com/getsentry/action-release/compare/v1.4.1...v1.7.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/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5c63fe5e8..894f1fe86 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -340,7 +340,7 @@ jobs: wait-for-service-stability: true - name: Sentry release - uses: getsentry/action-release@v1.4.1 + uses: getsentry/action-release@v1.7.0 env: SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} SENTRY_ORG: ${{ env.SENTRY_ORG }}