From 6f3660e7c3809a814049a887a3db094a56127cff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 08:15:57 +0000 Subject: [PATCH] build(deps): bump getsentry/craft from 2.27.0 to 2.30.1 Bumps [getsentry/craft](https://github.com/getsentry/craft) from 2.27.0 to 2.30.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/667b5f5669552a35990a11ff6ac1131febb07446...cd1e8294061fd970b40d98b77aaa109cb1e00e78) --- updated-dependencies: - dependency-name: getsentry/craft dependency-version: 2.30.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 0e41c626f5..4ea010139a 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@667b5f5669552a35990a11ff6ac1131febb07446 # 2.27.0 + uses: getsentry/craft@cd1e8294061fd970b40d98b77aaa109cb1e00e78 # 2.30.1 env: GITHUB_TOKEN: ${{ steps.token.outputs.token }} with: