From 2f39d8efe796155aeeea72224f17ecaa33ec8c57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 10:32:57 +0000 Subject: [PATCH] build(deps): bump getsentry/craft from 2.26.14 to 2.28.0 Bumps [getsentry/craft](https://github.com/getsentry/craft) from 2.26.14 to 2.28.0. - [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/cdb657d4bbc70cd497876ad158984b4d345a48ae...aeb16753a1764f3ef0768c03c499e3d2e4b7227c) --- updated-dependencies: - dependency-name: getsentry/craft dependency-version: 2.28.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/prepare_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prepare_release.yml b/.github/workflows/prepare_release.yml index b6b03057..c84dca02 100644 --- a/.github/workflows/prepare_release.yml +++ b/.github/workflows/prepare_release.yml @@ -28,7 +28,7 @@ jobs: token: ${{ steps.token.outputs.token }} fetch-depth: 0 - name: Prepare release - uses: getsentry/craft@cdb657d4bbc70cd497876ad158984b4d345a48ae # 2.26.14 + uses: getsentry/craft@aeb16753a1764f3ef0768c03c499e3d2e4b7227c # 2.28.0 env: GITHUB_TOKEN: ${{ steps.token.outputs.token }} with: