From cd69cd9687d4014a7ec2e7769ede279d6c09056b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 04:24:00 +0000 Subject: [PATCH] build(deps): bump getsentry/craft from 2.20.0 to 2.20.1 Bumps [getsentry/craft](https://github.com/getsentry/craft) from 2.20.0 to 2.20.1. - [Release notes](https://github.com/getsentry/craft/releases) - [Changelog](https://github.com/getsentry/craft/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/craft/compare/fd370d4d54bec9ff07f909d88a3c4aec6f0ba22b...beea4aba589c66381258cbd131c5551ae8245b82) --- updated-dependencies: - dependency-name: getsentry/craft dependency-version: 2.20.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d4b5c0d51c..bd1d8f2695 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: fetch-depth: 0 submodules: 'recursive' - name: Prepare release - uses: getsentry/craft@fd370d4d54bec9ff07f909d88a3c4aec6f0ba22b # v2 + uses: getsentry/craft@beea4aba589c66381258cbd131c5551ae8245b82 # v2 env: GITHUB_TOKEN: ${{ steps.token.outputs.token }} with: