Skip to content

Commit e88173f

Browse files
authored
Merge pull request #132 from voku/renovate/actions-checkout-4.x
Update actions/checkout action to v4
2 parents 373e512 + 2c12069 commit e88173f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
timeout-minutes: 10
3333
steps:
3434
- name: Checkout code
35-
uses: actions/checkout@v3
35+
uses: actions/checkout@v4
3636

3737
- name: Setup PHP
3838
uses: shivammathur/[email protected]

0 commit comments

Comments
 (0)