diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 52313cf..ddf2276 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -39,7 +39,7 @@ jobs: with: go-version: 1.23 - - uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 + - uses: goreleaser/goreleaser-action@f7623f3e7168fa800ac616fe8d03643abbc6edda with: distribution: goreleaser version: latest @@ -55,7 +55,7 @@ jobs: with: go-version: 1.23 - - uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 + - uses: goreleaser/goreleaser-action@f7623f3e7168fa800ac616fe8d03643abbc6edda with: distribution: goreleaser version: latest diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index f7ca70a..affe7a5 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -15,7 +15,7 @@ jobs: with: fetch-depth: 0 # goreleaser needs the whole history to build the release notes - - uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 + - uses: goreleaser/goreleaser-action@f7623f3e7168fa800ac616fe8d03643abbc6edda with: distribution: goreleaser version: latest