From 9a2ab9e0c0a4e0eb24f5126741ef031b8f9772e3 Mon Sep 17 00:00:00 2001 From: Jocelyn Giroux Date: Wed, 9 Oct 2024 11:48:08 -0400 Subject: [PATCH] Fix goreleaser-action Dt 7256 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ae8b38f..8c3dc14 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ jobs: - name: Run GoReleaser if: github.ref != 'refs/heads/master' - uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6 + uses: goreleaser/goreleaser-action@v6 with: distribution: goreleaser version: latest