From fd43a55132d75d813a6f3d0358d58c948649221c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 08:28:28 +0000 Subject: [PATCH] chore(deps): bump getsentry/craft from 2.25.2 to 2.25.4 Bumps [getsentry/craft](https://github.com/getsentry/craft) from 2.25.2 to 2.25.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/ba01e596c4a4c07692f0de10b0d4fe05f3dd0292...97d0c4286f32a80d09c8b89366d762fecc3e27b6) --- updated-dependencies: - dependency-name: getsentry/craft dependency-version: 2.25.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 b4f0c10071..e946e776ed 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@ba01e596c4a4c07692f0de10b0d4fe05f3dd0292 # v2 + uses: getsentry/craft@97d0c4286f32a80d09c8b89366d762fecc3e27b6 # v2 env: GITHUB_TOKEN: ${{ steps.token.outputs.token }} with: