From 5af1c14a7542f81cb8a4c7de1349e079e8aec24a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 04:28:06 +0000 Subject: [PATCH] build(deps): bump getsentry/craft from 2.26.3 to 2.26.5 Bumps [getsentry/craft](https://github.com/getsentry/craft) from 2.26.3 to 2.26.5. - [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/bae212ca7aec50bb716eafd387c80bcfb28da937...bc2e6a9952e62250e5469d5a853a7a438692ccc1) --- updated-dependencies: - dependency-name: getsentry/craft dependency-version: 2.26.5 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 15c35cd713..c7e46b4f88 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: token: ${{ steps.token.outputs.token }} fetch-depth: 0 - name: Prepare release - uses: getsentry/craft@bae212ca7aec50bb716eafd387c80bcfb28da937 # v2.26.3 + uses: getsentry/craft@bc2e6a9952e62250e5469d5a853a7a438692ccc1 # v2.26.5 env: GITHUB_TOKEN: ${{ steps.token.outputs.token }} with: