From 6a07d43b8e490af94a14647a10b56dd62739281e Mon Sep 17 00:00:00 2001 From: svlandeg Date: Mon, 24 Nov 2025 16:15:57 +0100 Subject: [PATCH] update to tiangolo/latest-changes@0.4.1 --- .github/workflows/latest-changes.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/latest-changes.yml b/.github/workflows/latest-changes.yml index 6dc39cad..09bf9448 100644 --- a/.github/workflows/latest-changes.yml +++ b/.github/workflows/latest-changes.yml @@ -32,7 +32,7 @@ jobs: if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled == 'true' }} with: limit-access-to-actor: true - - uses: tiangolo/latest-changes@0.4.0 + - uses: tiangolo/latest-changes@0.4.1 with: token: ${{ secrets.GITHUB_TOKEN }} latest_changes_file: docs/release-notes.md