From cb466b0ffc42357b7d13404f9c34e5c81c73df9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2026 16:42:24 +0000 Subject: [PATCH] build(deps): bump goreleaser/goreleaser-action Bumps the all-actions group in /.github/actions/setup-build-tools with 1 update: [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action). Updates `goreleaser/goreleaser-action` from 7.0.0 to 7.1.0 - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](https://github.com/goreleaser/goreleaser-action/compare/ec59f474b9834571250b370d4735c50f8e2d1e29...e24998b8b67b290c2fa8b7c14fcfa7de2c5c9b8c) --- updated-dependencies: - dependency-name: goreleaser/goreleaser-action dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-actions ... Signed-off-by: dependabot[bot] --- .github/actions/setup-build-tools/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-build-tools/action.yml b/.github/actions/setup-build-tools/action.yml index 3158efdb..24d5a5b3 100644 --- a/.github/actions/setup-build-tools/action.yml +++ b/.github/actions/setup-build-tools/action.yml @@ -64,6 +64,6 @@ runs: - name: Install GoReleaser if: inputs.install_goreleaser == 'true' - uses: goreleaser/goreleaser-action@ec59f474b9834571250b370d4735c50f8e2d1e29 # v7.0.0 + uses: goreleaser/goreleaser-action@e24998b8b67b290c2fa8b7c14fcfa7de2c5c9b8c # v7.1.0 with: install-only: true