diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index e399a2f46..07626901d 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -64,7 +64,7 @@ jobs: with: go-version: 1.18.x - name: Build - uses: goreleaser/goreleaser-action@8f67e590f2d095516493f017008adc464e63adb1 #v3 + uses: goreleaser/goreleaser-action@f82d6c1c344bcacabba2c841718984797f664a6b #v3 with: version: v0.155.0 args: --snapshot --skip-publish --debug diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 83d107589..a821d3475 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -81,7 +81,7 @@ jobs: password: ${{ secrets.BOT_GHCR_PAT }} registry: ghcr.io - name: Build - uses: goreleaser/goreleaser-action@8f67e590f2d095516493f017008adc464e63adb1 #v3 + uses: goreleaser/goreleaser-action@f82d6c1c344bcacabba2c841718984797f664a6b #v3 with: version: v0.155.0 args: --debug