diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fd09ce7..54dc440 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,7 +41,7 @@ jobs: - name: Extract CHANGELOG section for this tag run: ./scripts/extract-changelog.sh "${GITHUB_REF_NAME}" > release_notes.md - name: Run GoReleaser - uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6 + uses: goreleaser/goreleaser-action@f06c13b6b1a9625abc9e6e439d9c05a8f2190e94 # v7.2.3 with: # Pin the GoReleaser series so the config schema and the tool stay in # sync (avoids `latest` deprecating config keys out from under a release).