diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index a774f61..37ae8d7 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -18,7 +18,7 @@ jobs: - name: Build changelog from PRs with labels id: build_changelog - uses: mikepenz/release-changelog-builder-action@v2 + uses: mikepenz/release-changelog-builder-action@v3 with: configuration: ".github/configuration.json" # PreReleases still get a changelog, but the next full release gets a diff since the last full release,