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.
1 parent bf1243e commit c3f5427Copy full SHA for c3f5427
.github/workflows/latest-changes.yml
@@ -26,11 +26,13 @@ jobs:
26
env:
27
GITHUB_CONTEXT: ${{ toJson(github) }}
28
run: echo "$GITHUB_CONTEXT"
29
- - uses: actions/checkout@v6
+ # pin to actions/checkout@v5 for compatibility with latest-changes
30
+ # Ref: https://github.com/actions/checkout/issues/2313
31
+ - uses: actions/checkout@v5
32
with:
33
# To allow latest-changes to commit to the main branch
34
token: ${{ secrets.LATEST_CHANGES }}
- - uses: tiangolo/[email protected].0
35
+ - uses: tiangolo/[email protected].1
36
37
token: ${{ secrets.GITHUB_TOKEN }}
38
latest_changes_file: ./release-notes.md
0 commit comments