diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 35d8d4111f..b89e62227e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -134,7 +134,7 @@ jobs: if: startsWith(github.ref, 'refs/tags/') - name: Build binary - uses: goreleaser/goreleaser-action@336e29918d653399e599bfca99fadc1d7ffbc9f7 # v4.3.0 + uses: goreleaser/goreleaser-action@3fa32b8bb5620a2c1afe798654bbad59f9da4906 # v4.4.0 with: version: latest args: ${{ startsWith(github.ref, 'refs/tags/') && 'release' || 'build --snapshot' }} --clean diff --git a/.github/workflows/conformance.yml b/.github/workflows/conformance.yml index be73862a7b..7dc80aafab 100644 --- a/.github/workflows/conformance.yml +++ b/.github/workflows/conformance.yml @@ -74,7 +74,7 @@ jobs: working-directory: ./conformance - name: Build binary - uses: goreleaser/goreleaser-action@336e29918d653399e599bfca99fadc1d7ffbc9f7 # v4.3.0 + uses: goreleaser/goreleaser-action@3fa32b8bb5620a2c1afe798654bbad59f9da4906 # v4.4.0 with: version: latest args: build --snapshot --clean