From b805ac989bfde416a3f52913b617b15ffbd9141f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 08:13:52 +0000 Subject: [PATCH] build(deps): bump getsentry/craft from 2.24.1 to 2.24.2 Bumps [getsentry/craft](https://github.com/getsentry/craft) from 2.24.1 to 2.24.2. - [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/013a7b2113c2cac0ff32d5180cfeaefc7c9ce5b6...78da70b88de5cf6245d5d7e3263a9e8952667dec) --- updated-dependencies: - dependency-name: getsentry/craft dependency-version: 2.24.2 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 ac2cce1569..128738581e 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@013a7b2113c2cac0ff32d5180cfeaefc7c9ce5b6 # 2.24.1 + uses: getsentry/craft@78da70b88de5cf6245d5d7e3263a9e8952667dec # 2.24.2 env: GITHUB_TOKEN: ${{ steps.token.outputs.token }} with: