From d3efaad1b7181c132a6cfc143906d453c47e40be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 23:15:54 +0000 Subject: [PATCH] build(deps): bump goreleaser/goreleaser-action Bumps the actions-patch-minor group with 1 update: [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action). Updates `goreleaser/goreleaser-action` from 7.2.1 to 7.2.2 - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](https://github.com/goreleaser/goreleaser-action/compare/v7.2.1...v7.2.2) --- updated-dependencies: - dependency-name: goreleaser/goreleaser-action dependency-version: 7.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-patch-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 2b3a033..b4b3e7d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,7 +39,7 @@ jobs: repositories: homebrew-tap - name: Run GoReleaser - uses: goreleaser/goreleaser-action@v7.2.1 + uses: goreleaser/goreleaser-action@v7.2.2 with: version: "~> v2" args: release --clean --release-notes /tmp/release-notes.md