From: Sebastián Ramírez Date: Mon, 26 Aug 2024 02:17:30 +0000 (-0500) Subject: 👷 Update `latest-changes` GitHub Action (#1087) X-Git-Tag: 0.0.22~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ed6cf3576587a70d4515b8b2ad5fa05bd984d93d;p=thirdparty%2Ffastapi%2Fsqlmodel.git 👷 Update `latest-changes` GitHub Action (#1087) --- diff --git a/.github/workflows/latest-changes.yml b/.github/workflows/latest-changes.yml index f77dffc0..77a3b3ee 100644 --- a/.github/workflows/latest-changes.yml +++ b/.github/workflows/latest-changes.yml @@ -30,8 +30,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.2.0 - # - uses: tiangolo/latest-changes@main + - uses: tiangolo/latest-changes@0.3.1 with: token: ${{ secrets.GITHUB_TOKEN }} latest_changes_file: docs/release-notes.md