diff --git a/.github/workflows/feature-branch-prerelease.yml b/.github/workflows/feature-branch-prerelease.yml index d52a473..afa68a0 100644 --- a/.github/workflows/feature-branch-prerelease.yml +++ b/.github/workflows/feature-branch-prerelease.yml @@ -85,7 +85,7 @@ jobs: - name: Conventional Changelog Action id: changelog - uses: TriPSs/conventional-changelog-action@v3.7.1 + uses: TriPSs/conventional-changelog-action@v5 with: github-token: ${{ secrets.GITHUB_TOKEN }} version-file: './package.json,./package-lock.json'