Browse Source

docs: Update outdated GitHub Actions version

pull/14714/head
Padraic Slattery 6 months ago
parent
commit
a2ed082037
  1. 2
      .github/workflows/latest-changes.yml

2
.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 }}

Loading…
Cancel
Save