diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b74f45d1c..39dc47549 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -44,7 +44,7 @@ jobs: make test-packages - name: Install GoReleaser if: github.event_name == 'push' && github.ref == 'refs/heads/master' && matrix.go-version == '1.22' - uses: goreleaser/goreleaser-action@v5 + uses: goreleaser/goreleaser-action@v6 with: install-only: true - name: Gorelease dry-run