From 3bf5cfbc9c609d55d7e29ec20b32745da6de4cc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 21:33:59 +0000 Subject: [PATCH] chore(deps): bump getsentry/craft from 2.26.6 to 2.26.14 Bumps [getsentry/craft](https://github.com/getsentry/craft) from 2.26.6 to 2.26.14. - [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/3e6a0f477702864bb5854384b390a0db3325428e...cdb657d4bbc70cd497876ad158984b4d345a48ae) --- updated-dependencies: - dependency-name: getsentry/craft dependency-version: 2.26.14 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 eadb85ff5b..a1eeee0f6b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: token: ${{ steps.token.outputs.token }} fetch-depth: 0 - name: Prepare release - uses: getsentry/craft@3e6a0f477702864bb5854384b390a0db3325428e # v2.26.6 + uses: getsentry/craft@cdb657d4bbc70cd497876ad158984b4d345a48ae # v2.26.14 env: GITHUB_TOKEN: ${{ steps.token.outputs.token }} with: