From 6550d479c4a3086fcc1540c33e8ea3873640a92d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 14:36:27 +0000 Subject: [PATCH] chore(deps): update goreleaser/goreleaser-action action to v5 --- .github/workflows/container.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index b1f54057a6..a7bcf9b50d 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -98,7 +98,7 @@ jobs: if-no-files-found: error - name: Validate - uses: goreleaser/goreleaser-action@5fdedb94abba051217030cc86d4523cf3f02243d # v4.6.0 + uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 # v5.0.0 with: distribution: goreleaser version: ${{ env.GORELEASER_VERSION }}