From 06da3a04070640fdbc4e45517035d8ef57915c9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 15:22:32 +0000 Subject: [PATCH] build(deps): bump getsentry/craft from 2.25.0 to 2.26.6 Bumps [getsentry/craft](https://github.com/getsentry/craft) from 2.25.0 to 2.26.6. - [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/f4889d04564e47311038ecb6b910fef6b6cf1363...3e6a0f477702864bb5854384b390a0db3325428e) --- updated-dependencies: - dependency-name: getsentry/craft dependency-version: 2.26.6 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 59c20d6999..29b6d1c78d 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@f4889d04564e47311038ecb6b910fef6b6cf1363 # v2 + uses: getsentry/craft@3e6a0f477702864bb5854384b390a0db3325428e # v2 env: GITHUB_TOKEN: ${{ steps.token.outputs.token }} with: