From ce688111e559fe5bfae9f35c965e000048964fb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 04:21:16 +0000 Subject: [PATCH] build(deps): bump getsentry/craft from 2.21.7 to 2.23.1 Bumps [getsentry/craft](https://github.com/getsentry/craft) from 2.21.7 to 2.23.1. - [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/41defb379de52e5f0e3943944fa5575b22fb9f92...d4cfac9d25d1fc72c9241e5d22aff559a114e4e9) --- updated-dependencies: - dependency-name: getsentry/craft dependency-version: 2.23.1 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 0dd2ea4b92c..df09bf89706 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: fetch-depth: 0 submodules: 'recursive' - name: Prepare release - uses: getsentry/craft@41defb379de52e5f0e3943944fa5575b22fb9f92 # v2 + uses: getsentry/craft@d4cfac9d25d1fc72c9241e5d22aff559a114e4e9 # v2 env: GITHUB_TOKEN: ${{ steps.token.outputs.token }} with: