diff --git a/.github/workflows/latest-changes.yml b/.github/workflows/latest-changes.yml index 28666b2..7e7ebf0 100644 --- a/.github/workflows/latest-changes.yml +++ b/.github/workflows/latest-changes.yml @@ -29,7 +29,7 @@ jobs: - uses: actions/checkout@v5 with: token: ${{ secrets.REPO_TOKEN }} - - uses: tiangolo/latest-changes@0.4.0 + - uses: tiangolo/latest-changes@0.4.1 with: token: ${{ secrets.REPO_TOKEN }} latest_changes_file: docs/release-notes.md