diff --git a/.github/workflows/latest-changes.yml b/.github/workflows/latest-changes.yml index 1d570b2..4e4dbd2 100644 --- a/.github/workflows/latest-changes.yml +++ b/.github/workflows/latest-changes.yml @@ -31,11 +31,8 @@ jobs: # To allow latest-changes to commit to the main branch token: ${{ secrets.FASTAPI_VSCODE_LATEST_CHANGES }} # zizmor: ignore[secrets-outside-env] persist-credentials: true # required by tiangolo/latest-changes - - uses: tiangolo/latest-changes@c9b73efbc8992ef1a401e4235ea307a8ca8a724b # 0.6.1 + - uses: tiangolo/latest-changes@8a940392f4c65274539453a5d5a76d9550203ac1 # 0.7.1 with: token: ${{ secrets.GITHUB_TOKEN }} latest_changes_file: CHANGELOG.md - latest_changes_header: '## Latest Changes' - end_regex: '^## ' debug_logs: true - label_header_prefix: '### '