File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 2424 env :
2525 GITHUB_CONTEXT : ${{ toJson(github) }}
2626 run : echo "$GITHUB_CONTEXT"
27- - uses : actions/checkout@v6
27+ # pin to actions/checkout@v5 for compatibility with latest-changes
28+ # Ref: https://github.com/actions/checkout/issues/2313
29+ - uses : actions/checkout@v5
2830 with :
2931 # To allow latest-changes to commit to the main branch
3032 token : ${{ secrets.ANNOTATED_DOC_LATEST_CHANGES }}
3436 if : ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled == 'true' }}
3537 with :
3638 limit-access-to-actor : true
37- -
uses :
tiangolo/[email protected] .0 39+ -
uses :
tiangolo/[email protected] .1 3840 with :
3941 token : ${{ secrets.GITHUB_TOKEN }}
4042 latest_changes_file : release-notes.md
You can’t perform that action at this time.
0 commit comments