From 0b5c768e8742eb7a323a4fd354fdbcea2e3d5de8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 11:05:06 +0000 Subject: [PATCH] chore(deps): bump getsentry/craft from 2.20.1 to 2.21.2 Bumps [getsentry/craft](https://github.com/getsentry/craft) from 2.20.1 to 2.21.2. - [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...63d1636bead951f6e034ed62c2a3610965fef010) --- updated-dependencies: - dependency-name: getsentry/craft dependency-version: 2.21.2 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 ee696e74ac..db87eaa8f7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,7 +43,7 @@ jobs: cache-dependency-path: yarn.lock - name: Prepare release - uses: getsentry/craft@beea4aba589c66381258cbd131c5551ae8245b82 # v2 + uses: getsentry/craft@63d1636bead951f6e034ed62c2a3610965fef010 # v2 env: GITHUB_TOKEN: ${{ steps.token.outputs.token }} with: