diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b506f67..123d838 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,7 @@ jobs: fi - name: Check GoReleaser config - uses: goreleaser/goreleaser-action@e24998b8b67b290c2fa8b7c14fcfa7de2c5c9b8c # v7.1.0 + uses: goreleaser/goreleaser-action@1a80836c5c9d9e5755a25cb59ec6f45a3b5f41a8 # v7.2.1 with: distribution: goreleaser-pro version: v2.15.4 diff --git a/.github/workflows/release-dry-run.yml b/.github/workflows/release-dry-run.yml index 7eb1945..5676fbd 100644 --- a/.github/workflows/release-dry-run.yml +++ b/.github/workflows/release-dry-run.yml @@ -100,7 +100,7 @@ jobs: - name: Build release artifacts without publishing if: env.RELEASE_DRY_RUN_REQUIRED == 'true' - uses: goreleaser/goreleaser-action@e24998b8b67b290c2fa8b7c14fcfa7de2c5c9b8c # v7.1.0 + uses: goreleaser/goreleaser-action@1a80836c5c9d9e5755a25cb59ec6f45a3b5f41a8 # v7.2.1 with: distribution: goreleaser-pro version: v2.15.4 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cad22ac..2f020a7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -150,7 +150,7 @@ jobs: - name: Build release artifacts with signed Darwin binaries if: steps.component.outputs.package_name == 'ghd' - uses: goreleaser/goreleaser-action@e24998b8b67b290c2fa8b7c14fcfa7de2c5c9b8c # v7.1.0 + uses: goreleaser/goreleaser-action@1a80836c5c9d9e5755a25cb59ec6f45a3b5f41a8 # v7.2.1 with: distribution: goreleaser-pro version: v2.15.4 @@ -165,7 +165,7 @@ jobs: - name: Build release artifacts if: steps.component.outputs.package_name != 'ghd' - uses: goreleaser/goreleaser-action@e24998b8b67b290c2fa8b7c14fcfa7de2c5c9b8c # v7.1.0 + uses: goreleaser/goreleaser-action@1a80836c5c9d9e5755a25cb59ec6f45a3b5f41a8 # v7.2.1 with: distribution: goreleaser-pro version: v2.15.4