Skip to content

Commit 25a3cf6

Browse files
authored
Merge pull request #130 from voku/renovate/actions-checkout-4.x
Update actions/checkout action to v4
2 parents 63391db + a4e769a commit 25a3cf6

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
@@ -33,7 +33,7 @@ jobs:
3333
timeout-minutes: 10
3434
steps:
3535
- name: Checkout code
36-
uses: actions/checkout@v3
36+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
3737

3838
- name: Setup PHP
3939
uses: shivammathur/setup-php@2.22.0

0 commit comments

Comments
 (0)