From f9ee2d55a32913ff115068eaf907f0067c00dd6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 10:09:38 +0000 Subject: [PATCH] build(deps): bump getsentry/craft from 2.25.4 to 2.26.2 Bumps [getsentry/craft](https://github.com/getsentry/craft) from 2.25.4 to 2.26.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/97d0c4286f32a80d09c8b89366d762fecc3e27b6...3dc647fee3586e57c7c31eb900fdec7cbb44f23f) --- updated-dependencies: - dependency-name: getsentry/craft dependency-version: 2.26.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 177e8810a1..66776935d9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: fetch-depth: 0 submodules: 'recursive' - name: Prepare release - uses: getsentry/craft@97d0c4286f32a80d09c8b89366d762fecc3e27b6 # v2 + uses: getsentry/craft@3dc647fee3586e57c7c31eb900fdec7cbb44f23f # v2 env: GITHUB_TOKEN: ${{ steps.token.outputs.token }} with: