From: Sebastián Ramírez Date: Mon, 27 Jul 2026 17:25:54 +0000 (+0200) Subject: ⬆️ Upgrade latest-changes to 0.7.1 (#2054) X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=36c31bf62c8f303f3b37eb54dca589e3d1bfcadc;p=thirdparty%2Ffastapi%2Fsqlmodel.git ⬆️ Upgrade latest-changes to 0.7.1 (#2054) --- diff --git a/.github/workflows/latest-changes.yml b/.github/workflows/latest-changes.yml index 8457f0212..69c9db5b7 100644 --- a/.github/workflows/latest-changes.yml +++ b/.github/workflows/latest-changes.yml @@ -36,11 +36,7 @@ jobs: if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled == 'true' }} with: limit-access-to-actor: true - - uses: tiangolo/latest-changes@c9b73efbc8992ef1a401e4235ea307a8ca8a724b # 0.6.1 + - uses: tiangolo/latest-changes@8a940392f4c65274539453a5d5a76d9550203ac1 # 0.7.1 with: token: ${{ secrets.GITHUB_TOKEN }} - latest_changes_file: docs/release-notes.md - latest_changes_header: '## Latest Changes' - end_regex: '^## ' debug_logs: true - label_header_prefix: '### '