From 3ca3875e6f4f9d183656da499a030fb34d3ff32d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 08:16:34 +0000 Subject: [PATCH] build(deps): bump getsentry/craft from 2.26.14 to 2.27.0 Bumps [getsentry/craft](https://github.com/getsentry/craft) from 2.26.14 to 2.27.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...667b5f5669552a35990a11ff6ac1131febb07446) --- updated-dependencies: - dependency-name: getsentry/craft dependency-version: 2.27.0 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 6ee024695d..b72b593250 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: fetch-depth: 0 - name: Prepare release ${{ github.event.inputs.version }} - uses: getsentry/craft@cdb657d4bbc70cd497876ad158984b4d345a48ae # 2.26.14 + uses: getsentry/craft@667b5f5669552a35990a11ff6ac1131febb07446 # 2.27.0 env: GITHUB_TOKEN: ${{ steps.token.outputs.token }} with: