Skip to content

Commit 73766c7

Browse files
authored
Merge pull request #44 from voku/renovate/actions-checkout-4.x
Update actions/checkout action to v4
2 parents b72daff + 7dc9382 commit 73766c7

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
@@ -26,7 +26,7 @@ jobs:
2626
timeout-minutes: 10
2727
steps:
2828
- name: Checkout code
29-
uses: actions/checkout@v3
29+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
3030

3131
- name: Setup PHP
3232
uses: shivammathur/setup-php@2.25.5

0 commit comments

Comments
 (0)