From ef9a823d28af2d2caddec829e4a10889054352e7 Mon Sep 17 00:00:00 2001 From: Paul Abel Date: Tue, 30 Sep 2025 14:49:39 +0100 Subject: [PATCH] Pin goreleaser version & update with renovate --- .github/workflows/build-artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-artifacts.yml b/.github/workflows/build-artifacts.yml index b4d820cc8..0498edf7f 100644 --- a/.github/workflows/build-artifacts.yml +++ b/.github/workflows/build-artifacts.yml @@ -83,7 +83,7 @@ jobs: - name: Build binaries uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4.0 with: - version: latest + version: v2.12.3 # renovate: datasource=github-releases depName=goreleaser/goreleaser, args: build --snapshot --clean env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}