From 86dc9c236b78d64b0e891e4a373cbc92047ff64a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 02:52:13 +0000 Subject: [PATCH] chore(deps): Bump goreleaser/goreleaser-action from 7.0.0 to 7.2.3 Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 7.0.0 to 7.2.3. - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](https://github.com/goreleaser/goreleaser-action/compare/v7.0.0...v7.2.3) --- updated-dependencies: - dependency-name: goreleaser/goreleaser-action dependency-version: 7.2.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c6cf52f..d772872 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -55,7 +55,7 @@ jobs: with: go-version: '1.22' - name: Run GoReleaser - uses: goreleaser/goreleaser-action@v7.0.0 + uses: goreleaser/goreleaser-action@v7.2.3 if: startsWith(github.ref, 'refs/tags/') with: version: latest