diff --git a/.github/workflows/canary.yml b/.github/workflows/canary.yml index 35459e674..a31e52892 100644 --- a/.github/workflows/canary.yml +++ b/.github/workflows/canary.yml @@ -94,7 +94,7 @@ jobs: with: path: dist/darwin key: darwin-${{ env.sha_short }}-canary - - uses: goreleaser/goreleaser-action@5742e2a039330cbb23ebf35f046f814d4c6ff811 # v5 + - uses: goreleaser/goreleaser-action@f06c13b6b1a9625abc9e6e439d9c05a8f2190e94 # v7.2.3 if: steps.cache.outputs.cache-hit != 'true' # do not run if cache hit name: Run GoReleaser with: @@ -133,7 +133,7 @@ jobs: path: dist/darwin key: darwin-${{ env.sha_short }}-canary - name: Release - uses: goreleaser/goreleaser-action@5742e2a039330cbb23ebf35f046f814d4c6ff811 # v5 + uses: goreleaser/goreleaser-action@f06c13b6b1a9625abc9e6e439d9c05a8f2190e94 # v7.2.3 with: distribution: goreleaser-pro version: 1.25.0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e4ede9461..1f40470bc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -99,7 +99,7 @@ jobs: with: path: dist/darwin key: darwin-${{ env.sha_short }} - - uses: goreleaser/goreleaser-action@5742e2a039330cbb23ebf35f046f814d4c6ff811 # v5 + - uses: goreleaser/goreleaser-action@f06c13b6b1a9625abc9e6e439d9c05a8f2190e94 # v7.2.3 if: steps.cache.outputs.cache-hit != 'true' # do not run if cache hit name: Run GoReleaser with: @@ -138,7 +138,7 @@ jobs: path: dist/darwin key: darwin-${{ env.sha_short }} - name: Release - uses: goreleaser/goreleaser-action@5742e2a039330cbb23ebf35f046f814d4c6ff811 # v5 + uses: goreleaser/goreleaser-action@f06c13b6b1a9625abc9e6e439d9c05a8f2190e94 # v7.2.3 with: distribution: goreleaser-pro version: 1.25.0