From cb57952df91f32e2c2625ee93d379df9f073b5b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 03:52:50 +0000 Subject: [PATCH] build(deps): bump getsentry/craft from 2.26.6 to 2.26.8 Bumps [getsentry/craft](https://github.com/getsentry/craft) from 2.26.6 to 2.26.8. - [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...4468eb9e399655a61c770534dacc03139d98aa18) --- updated-dependencies: - dependency-name: getsentry/craft dependency-version: 2.26.8 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 a9223e48f6..c9a24964ed 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@3e6a0f477702864bb5854384b390a0db3325428e # v2.26.6 + uses: getsentry/craft@4468eb9e399655a61c770534dacc03139d98aa18 # v2.26.8 env: GITHUB_TOKEN: ${{ steps.token.outputs.token }} with: