Skip to content

Commit 2c12069

Browse files
Update actions/checkout action to v4
1 parent 373e512 commit 2c12069

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
@@ -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/setup-php@2.24.0

0 commit comments

Comments
 (0)