Skip to content

Commit 02637fb

Browse files
authored
Merge pull request #17 from bitfunk/renovate/actions-checkout-5-x
Update actions/checkout action to v5
2 parents ec66543 + 153509d commit 02637fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-auto-approve.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- id: step-0
1717
name: Check out
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v5
1919
- id: step-1
2020
name: Consistency check
2121
run: diff -u '.github/workflows/ci-auto-approve.yaml' <('.github/workflows/ci-auto-approve.main.kts')

0 commit comments

Comments
 (0)