From ce28531dab86448d2df8efa2104ff29b45eff950 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 23:21:32 +0200 Subject: [PATCH] Bump goreleaser/goreleaser-action from 4 to 5 (#1746) Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 4 to 5. - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](https://github.com/goreleaser/goreleaser-action/compare/v4...v5) --- updated-dependencies: - dependency-name: goreleaser/goreleaser-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/goreleaser-edge.yml | 2 +- .github/workflows/goreleaser.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/goreleaser-edge.yml b/.github/workflows/goreleaser-edge.yml index 194f6e1851..c2cc13cc2e 100644 --- a/.github/workflows/goreleaser-edge.yml +++ b/.github/workflows/goreleaser-edge.yml @@ -47,7 +47,7 @@ jobs: git tag ${VERSION/\+/-} - name: Run GoReleaser - uses: goreleaser/goreleaser-action@v4 + uses: goreleaser/goreleaser-action@v5 with: distribution: goreleaser version: latest diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 00df4bf616..c4e35d5a73 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -112,7 +112,7 @@ jobs: - name: Run GoReleaser (w/ Docker Release) if: ${{ ! steps.skip-publish.outputs.skip-publish }} - uses: goreleaser/goreleaser-action@v4 + uses: goreleaser/goreleaser-action@v5 with: distribution: goreleaser version: latest @@ -129,7 +129,7 @@ jobs: - name: Run GoReleaser (w/o Docker Release) if: ${{ steps.skip-publish.outputs.skip-publish == 'true' }} - uses: goreleaser/goreleaser-action@v4 + uses: goreleaser/goreleaser-action@v5 with: distribution: goreleaser version: latest