From 8a5cd8dd309d3736a3103df6c578b5550021406d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 00:11:07 +0000 Subject: [PATCH] chore(deps): bump goreleaser/goreleaser-action from 4 to 6 Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 4 to 6. - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](https://github.com/goreleaser/goreleaser-action/compare/v4...v6) --- updated-dependencies: - dependency-name: goreleaser/goreleaser-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/go.yaml | 2 +- .github/workflows/release-sandbox.yaml | 2 +- .github/workflows/release.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index 69b4bad1..1ee42f59 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -31,7 +31,7 @@ jobs: # we always use the latest patch version. version: v1.58.2 - name: Install GoReleaser - uses: goreleaser/goreleaser-action@v4 + uses: goreleaser/goreleaser-action@v6 with: install-only: true - name: Show GoReleaser version diff --git a/.github/workflows/release-sandbox.yaml b/.github/workflows/release-sandbox.yaml index a7b05b1d..5ef964d5 100644 --- a/.github/workflows/release-sandbox.yaml +++ b/.github/workflows/release-sandbox.yaml @@ -28,7 +28,7 @@ jobs: go-version: 1.22.1 id: go - name: Install GoReleaser - uses: goreleaser/goreleaser-action@v4 + uses: goreleaser/goreleaser-action@v6 with: install-only: true - name: Show GoReleaser version diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index aafa744c..8b664dec 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -28,7 +28,7 @@ jobs: go-version: 1.22.1 id: go - name: Install GoReleaser - uses: goreleaser/goreleaser-action@v4 + uses: goreleaser/goreleaser-action@v6 with: install-only: true - name: Show GoReleaser version