diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index b2d53abc5..434ae3d7a 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -18,7 +18,7 @@ jobs: with: go-version-file: 'go.mod' - name: Run GoReleaser - uses: goreleaser/goreleaser-action@v7.2.1 + uses: goreleaser/goreleaser-action@v7.2.2 with: version: 2.15.3 args: release --clean diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index a0ab8699d..b4f44767c 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -18,7 +18,7 @@ jobs: with: go-version-file: 'go.mod' - name: Run GoReleaser - uses: goreleaser/goreleaser-action@v7.2.1 + uses: goreleaser/goreleaser-action@v7.2.2 with: version: 2.15.3 args: release --snapshot