diff --git a/.github/workflows/container.yaml b/.github/workflows/container.yaml index c998748a..344bfe47 100644 --- a/.github/workflows/container.yaml +++ b/.github/workflows/container.yaml @@ -37,7 +37,7 @@ jobs: node-version-file: .node-version - name: Build binaries - uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 + uses: goreleaser/goreleaser-action@9ed2f89a662bf1735a48bc8557fd212fa902bebf with: distribution: goreleaser version: ${{ env.GORELEASER_VERSION }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7a19e074..dc400716 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,7 +39,7 @@ jobs: node-version-file: .node-version - name: Build and release binaries - uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 # v5.0.0 + uses: goreleaser/goreleaser-action@9ed2f89a662bf1735a48bc8557fd212fa902bebf # v6.1.0 with: distribution: goreleaser version: ${{ env.GORELEASER_VERSION }}