From 134e9c480b3743efc0f737b1d2b89ff387898c37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Sep 2025 22:15:53 +0000 Subject: [PATCH] build(deps): Bump goreleaser/goreleaser-action from 6.3.0 to 6.4.0 Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 6.3.0 to 6.4.0. - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](https://github.com/goreleaser/goreleaser-action/compare/v6.3.0...v6.4.0) --- updated-dependencies: - dependency-name: goreleaser/goreleaser-action dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/go.yaml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index 7e9d4d51..ede90fb9 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -39,7 +39,7 @@ jobs: version: v2.4.0 install-mode: "binary" - name: Install GoReleaser - uses: goreleaser/goreleaser-action@v6.3.0 + uses: goreleaser/goreleaser-action@v6.4.0 with: install-only: true - name: Show GoReleaser version diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b7b27c63..3dbd6222 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -31,7 +31,7 @@ jobs: go-version: 1.25.1 id: go - name: Install GoReleaser - uses: goreleaser/goreleaser-action@v6.3.0 + uses: goreleaser/goreleaser-action@v6.4.0 with: install-only: true - name: Show GoReleaser version