From 5dcfa6136b51a36bb2a534e56ac4115cc4eb14ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 13:52:38 +0000 Subject: [PATCH] Bump goreleaser/goreleaser-action from 7.0.0 to 7.2.1 Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 7.0.0 to 7.2.1. - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](https://github.com/goreleaser/goreleaser-action/compare/v7.0.0...v7.2.1) --- updated-dependencies: - dependency-name: goreleaser/goreleaser-action dependency-version: 7.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5daf918..ec37ba1 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -27,7 +27,7 @@ jobs: echo "${{ secrets.GH_PAT }}" | docker login ghcr.io -u skyoo2003 --password-stdin - name: Execute GoReleaser - uses: goreleaser/goreleaser-action@v7.0.0 + uses: goreleaser/goreleaser-action@v7.2.1 with: version: latest args: release --clean --release-notes changes/${{ steps.getTag.outputs.tag }}.md