We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
latest-changes
actions/checkout@v5
1 parent 528d313 commit be5b8b2Copy full SHA for be5b8b2
‎.github/workflows/latest-changes.yml‎
@@ -20,9 +20,11 @@ jobs:
20
latest-changes:
21
runs-on: ubuntu-latest
22
steps:
23
+ # pin to actions/checkout@v5 for compatibility with latest-changes
24
+ # Ref: https://github.com/actions/checkout/issues/2313
25
- uses: actions/checkout@v5
26
with:
27
token: ${{ secrets.UVICORN_GUNICORN_STARLETTE_DOCKER_LATEST_CHANGES }}
- - uses: tiangolo/latest-changes@0.4.0
28
+ - uses: tiangolo/latest-changes@0.4.1
29
30
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments