From 7b8f6146efefd17c4570f87af2285f7390c4b9ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 03:52:56 +0000 Subject: [PATCH] build(deps): bump getsentry/craft from 2.20.1 to 2.21.7 Bumps [getsentry/craft](https://github.com/getsentry/craft) from 2.20.1 to 2.21.7. - [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/beea4aba589c66381258cbd131c5551ae8245b82...41defb379de52e5f0e3943944fa5575b22fb9f92) --- updated-dependencies: - dependency-name: getsentry/craft dependency-version: 2.21.7 dependency-type: direct:production update-type: version-update:semver-minor ... 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 fe56354e7d..c83e9fe7ad 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: token: ${{ steps.token.outputs.token }} fetch-depth: 0 - name: Prepare release - uses: getsentry/craft@beea4aba589c66381258cbd131c5551ae8245b82 # v2 + uses: getsentry/craft@41defb379de52e5f0e3943944fa5575b22fb9f92 # v2 env: GITHUB_TOKEN: ${{ steps.token.outputs.token }} with: