From a9f7021480d0619d5fa09e2e7bbb5bb31b43e714 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 07:48:41 +0000 Subject: [PATCH] chore(deps): bump getsentry/craft from 2.30.0 to 2.30.1 Bumps [getsentry/craft](https://github.com/getsentry/craft) from 2.30.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/c79aff0433b51fdc4f1b7c52970107035b8a1d6c...cd1e8294061fd970b40d98b77aaa109cb1e00e78) --- updated-dependencies: - dependency-name: getsentry/craft dependency-version: 2.30.1 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 254ec1f83c..40983b2d5d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,7 +43,7 @@ jobs: cache-dependency-path: yarn.lock - name: Prepare release - uses: getsentry/craft@c79aff0433b51fdc4f1b7c52970107035b8a1d6c # v2 + uses: getsentry/craft@cd1e8294061fd970b40d98b77aaa109cb1e00e78 # v2 env: GITHUB_TOKEN: ${{ steps.token.outputs.token }} with: