Skip to content

Commit c3f5427

Browse files
authored
👷 Upgrade latest-changes and pin actions/checkout@v5 (#2006)
1 parent bf1243e commit c3f5427

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/latest-changes.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,13 @@ jobs:
2626
env:
2727
GITHUB_CONTEXT: ${{ toJson(github) }}
2828
run: echo "$GITHUB_CONTEXT"
29-
- uses: actions/checkout@v6
29+
# pin to actions/checkout@v5 for compatibility with latest-changes
30+
# Ref: https://github.com/actions/checkout/issues/2313
31+
- uses: actions/checkout@v5
3032
with:
3133
# To allow latest-changes to commit to the main branch
3234
token: ${{ secrets.LATEST_CHANGES }}
33-
- uses: tiangolo/[email protected].0
35+
- uses: tiangolo/[email protected].1
3436
with:
3537
token: ${{ secrets.GITHUB_TOKEN }}
3638
latest_changes_file: ./release-notes.md

0 commit comments

Comments
 (0)