diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a9276e4c43..c265a1749b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -169,7 +169,7 @@ jobs: if: github.ref_type == 'tag' - name: Build binary - uses: goreleaser/goreleaser-action@9ed2f89a662bf1735a48bc8557fd212fa902bebf # v6.1.0 + uses: goreleaser/goreleaser-action@90a3faa9d0182683851fbfa97ca1a2cb983bfca3 # v6.2.1 with: version: v2.6.1 # renovate: datasource=github-tags depName=goreleaser/goreleaser args: ${{ github.ref_type == 'tag' && 'release' || 'build --snapshot' }} --clean diff --git a/.github/workflows/conformance.yml b/.github/workflows/conformance.yml index b539037cf2..49cd84f1ca 100644 --- a/.github/workflows/conformance.yml +++ b/.github/workflows/conformance.yml @@ -84,7 +84,7 @@ jobs: working-directory: ./tests - name: Build binary - uses: goreleaser/goreleaser-action@9ed2f89a662bf1735a48bc8557fd212fa902bebf # v6.1.0 + uses: goreleaser/goreleaser-action@90a3faa9d0182683851fbfa97ca1a2cb983bfca3 # v6.2.1 with: version: v2.6.1 # renovate: datasource=github-tags depName=goreleaser/goreleaser args: build --single-target --snapshot --clean diff --git a/.github/workflows/functional.yml b/.github/workflows/functional.yml index 90788d4e13..e81f1eb705 100644 --- a/.github/workflows/functional.yml +++ b/.github/workflows/functional.yml @@ -71,7 +71,7 @@ jobs: type=ref,event=branch,suffix=-rc,enable=${{ startsWith(github.ref, 'refs/heads/release') }} - name: Build binary - uses: goreleaser/goreleaser-action@9ed2f89a662bf1735a48bc8557fd212fa902bebf # v6.1.0 + uses: goreleaser/goreleaser-action@90a3faa9d0182683851fbfa97ca1a2cb983bfca3 # v6.2.1 with: version: v2.6.1 # renovate: datasource=github-tags depName=goreleaser/goreleaser args: build --single-target --snapshot --clean