Skip to content

Commit 7b2558b

Browse files
committed
👷 Upgrade latest-changes and pin actions/checkout@v5
1 parent 16bd6cd commit 7b2558b

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
@@ -20,7 +20,9 @@ jobs:
2020
latest-changes:
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@v6
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
2426
with:
2527
# To allow latest-changes to commit to the main branch
2628
token: ${{ secrets.SQLMODEL_LATEST_CHANGES }}
@@ -30,7 +32,7 @@ jobs:
3032
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled == 'true' }}
3133
with:
3234
limit-access-to-actor: true
33-
- uses: tiangolo/[email protected].0
35+
- uses: tiangolo/[email protected].1
3436
with:
3537
token: ${{ secrets.GITHUB_TOKEN }}
3638
latest_changes_file: docs/release-notes.md

0 commit comments

Comments
 (0)