From f460bbdf56976e99654d8d4de9025843fb0c8441 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 21:56:26 +0000 Subject: [PATCH] chore(deps): bump getsentry/action-release from 1.4.1 to 1.6.0 Bumps [getsentry/action-release](https://github.com/getsentry/action-release) from 1.4.1 to 1.6.0. - [Release notes](https://github.com/getsentry/action-release/releases) - [Commits](https://github.com/getsentry/action-release/compare/v1.4.1...v1.6.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/dotnet.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index a652c677bc..ff7da8eba8 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -167,7 +167,7 @@ jobs: with: fetch-depth: 0 - name: Sentry Release - uses: getsentry/action-release@v1.4.1 + uses: getsentry/action-release@v1.6.0 env: SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} SENTRY_ORG: ${{env.SENTRY_NAME}} @@ -206,7 +206,7 @@ jobs: echo "version=$version.0" >> $GITHUB_OUTPUT id: version - name: Sentry Release - uses: getsentry/action-release@v1.4.1 + uses: getsentry/action-release@v1.6.0 env: SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} SENTRY_ORG: ${{env.SENTRY_NAME}}