Skip to content

Commit b1e4049

Browse files
authored
Merge pull request #146 from voku/renovate/actions-checkout-6.x
Update actions/checkout action to v6
2 parents 8651f6a + 1876b45 commit b1e4049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
timeout-minutes: 10
2828
steps:
2929
- name: Checkout code
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v6
3131

3232
- name: Setup PHP
3333
uses: shivammathur/setup-php@2.37.0

0 commit comments

Comments
 (0)