From ffc8655d597acd7b4c5ad0f26524c302ab72b257 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 21:36:03 +0000 Subject: [PATCH] build(deps): bump getsentry/craft from 2.21.2 to 2.21.4 Bumps [getsentry/craft](https://github.com/getsentry/craft) from 2.21.2 to 2.21.4. - [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/63d1636bead951f6e034ed62c2a3610965fef010...906009a1b771956757e521555b561379307eb667) --- updated-dependencies: - dependency-name: getsentry/craft dependency-version: 2.21.4 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 a5561efbb3..01817cd948 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: token: ${{ steps.token.outputs.token }} fetch-depth: 0 - name: Prepare release - uses: getsentry/craft@63d1636bead951f6e034ed62c2a3610965fef010 # v2.21.2 + uses: getsentry/craft@906009a1b771956757e521555b561379307eb667 # v2.21.4 env: GITHUB_TOKEN: ${{ steps.token.outputs.token }} with: