From: Sebastián Ramírez Date: Mon, 26 Aug 2024 02:14:56 +0000 (-0500) Subject: 👷 Update `latest-changes` GitHub Action (#12073) X-Git-Tag: 0.112.3~54 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5fdbeed7928231a249d479c0c266f83877cafce6;p=thirdparty%2Ffastapi%2Ffastapi.git 👷 Update `latest-changes` GitHub Action (#12073) --- diff --git a/.github/workflows/latest-changes.yml b/.github/workflows/latest-changes.yml index 27e062d090..16da3bc635 100644 --- a/.github/workflows/latest-changes.yml +++ b/.github/workflows/latest-changes.yml @@ -34,8 +34,7 @@ jobs: if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled == 'true' }} with: limit-access-to-actor: true - - uses: docker://tiangolo/latest-changes:0.3.0 - # - uses: tiangolo/latest-changes@main + - uses: tiangolo/latest-changes@0.3.1 with: token: ${{ secrets.GITHUB_TOKEN }} latest_changes_file: docs/en/docs/release-notes.md