From 9bace02a6702a8af0e6511b51ffc38378e14d3cb Mon Sep 17 00:00:00 2001 From: Alex Jones Date: Mon, 17 Jun 2024 20:40:28 +0100 Subject: [PATCH] chore: updated the goreleaser action (#1160) Signed-off-by: Alex Jones --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6bd8121456..a91b14d7de 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -51,7 +51,7 @@ jobs: - name: Download Syft uses: anchore/sbom-action/download-syft@7ccf588e3cf3cc2611714c2eeae48550fbc17552 # v0.15.11 - name: Run GoReleaser - uses: goreleaser/goreleaser-action@5742e2a039330cbb23ebf35f046f814d4c6ff811 # v5 + uses: goreleaser/goreleaser-action@v6 # v5 with: # either 'goreleaser' (default) or 'goreleaser-pro' distribution: goreleaser