From cfe71225f6ac3bfc8f49d48f4a475d49231ac3fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 17:49:59 +0000 Subject: [PATCH] build(deps): bump getsentry/craft from 2.23.2 to 2.25.4 Bumps [getsentry/craft](https://github.com/getsentry/craft) from 2.23.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/d630201930c7fe5aee6366ebee19ebb681128512...97d0c4286f32a80d09c8b89366d762fecc3e27b6) --- updated-dependencies: - dependency-name: getsentry/craft dependency-version: 2.25.4 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 69d6d0f9..d43b73cc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: token: ${{ steps.token.outputs.token }} fetch-depth: 0 - name: Prepare release - uses: getsentry/craft@d630201930c7fe5aee6366ebee19ebb681128512 # v2.23.2 + uses: getsentry/craft@97d0c4286f32a80d09c8b89366d762fecc3e27b6 # v2.25.4 env: GITHUB_TOKEN: ${{ steps.token.outputs.token }} with: