From a2ed082037a7f29ae86539d4c61632437cb90f63 Mon Sep 17 00:00:00 2001 From: Padraic Slattery Date: Tue, 13 Jan 2026 17:45:15 +0100 Subject: [PATCH] docs: Update outdated GitHub Actions version --- .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 b9e45ea62..574d1a461 100644 --- a/.github/workflows/latest-changes.yml +++ b/.github/workflows/latest-changes.yml @@ -26,7 +26,7 @@ jobs: run: echo "$GITHUB_CONTEXT" # pin to actions/checkout@v5 for compatibility with latest-changes # Ref: https://github.com/actions/checkout/issues/2313 - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: # To allow latest-changes to commit to the main branch token: ${{ secrets.FASTAPI_LATEST_CHANGES }}