diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 89bfa04ac..b9b165c43 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.2 + uses: goreleaser/goreleaser-action@v7.2.3 with: version: 2.15.3 args: release --clean diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index d81706b9b..dbaae700b 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.2 + uses: goreleaser/goreleaser-action@v7.2.3 with: version: 2.15.3 args: release --snapshot