From 493d1a6c9cda5758df8de250f8265a844a83de4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 16:03:22 +0000 Subject: [PATCH] Bump goreleaser/goreleaser-action from 5 to 6 Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 5 to 6. - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](https://github.com/goreleaser/goreleaser-action/compare/v5...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/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9773f5a..25363ec 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -42,7 +42,7 @@ jobs: name: "Set up Go" with: go-version-file: go.mod - - uses: goreleaser/goreleaser-action@v5 + - uses: goreleaser/goreleaser-action@v6 with: args: check @@ -72,7 +72,7 @@ jobs: name: "Set up Go" with: go-version-file: go.mod - - uses: goreleaser/goreleaser-action@v5 + - uses: goreleaser/goreleaser-action@v6 name: "Build Snapshot" with: version: latest @@ -89,7 +89,7 @@ jobs: name: "Set up Go" with: go-version-file: go.mod - - uses: goreleaser/goreleaser-action@v5 + - uses: goreleaser/goreleaser-action@v6 name: "Release" if: startsWith(github.ref, 'refs/tags/') with: