]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
👷 Upgrade `latest-changes` GitHub Action and pin `actions/checkout@v5` (#1654)
authorSofie Van Landeghem <svlandeg@users.noreply.github.com>
Mon, 24 Nov 2025 14:50:25 +0000 (15:50 +0100)
committerGitHub <noreply@github.com>
Mon, 24 Nov 2025 14:50:25 +0000 (15:50 +0100)
👷 Upgrade latest-changes and pin actions/checkout@v5

.github/workflows/latest-changes.yml

index 6b34beb5e517c163962b4c541cfc25907b2eb288..08ee8cf603b86f733838b79c33453dd5b3e88c60 100644 (file)
@@ -20,7 +20,9 @@ jobs:
   latest-changes:
     runs-on: ubuntu-latest
     steps:
-      - uses: actions/checkout@v6
+      # pin to actions/checkout@v5 for compatibility with latest-changes
+      # Ref: https://github.com/actions/checkout/issues/2313
+      - uses: actions/checkout@v5
         with:
           # To allow latest-changes to commit to the main branch
           token: ${{ secrets.SQLMODEL_LATEST_CHANGES }}
@@ -30,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