From e9c80e37e91ba90f3510c8765c460bcbc13ce80c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 06:07:53 +0000 Subject: [PATCH] build(deps): Bump goreleaser/goreleaser-action from 6.1.0 to 6.2.1 Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 6.1.0 to 6.2.1. - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](https://github.com/goreleaser/goreleaser-action/compare/v6.1.0...v6.2.1) --- updated-dependencies: - dependency-name: goreleaser/goreleaser-action 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 550c64f..564fb02 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -39,7 +39,7 @@ jobs: version: v1.63.4 install-mode: "binary" - name: Install GoReleaser - uses: goreleaser/goreleaser-action@v6.1.0 + uses: goreleaser/goreleaser-action@v6.2.1 with: install-only: true - name: Show GoReleaser version diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b64ffe5..2d5b813 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -31,7 +31,7 @@ jobs: go-version: 1.23.6 id: go - name: Install GoReleaser - uses: goreleaser/goreleaser-action@v6.1.0 + uses: goreleaser/goreleaser-action@v6.2.1 with: install-only: true - name: Show GoReleaser version