Skip to content

Commit dc17806

Browse files
committed
👷 Upgrade latest-changes and pin actions/checkout@v5
1 parent 3ef9132 commit dc17806

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
@@ -24,7 +24,9 @@ jobs:
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 }}
@@ -34,7 +36,7 @@ jobs:
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

0 commit comments

Comments
 (0)