Skip to content

Commit b1a0013

Browse files
committed
Update to actions/checkout@v4
1 parent 7affeb2 commit b1a0013

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
@@ -29,7 +29,7 @@ jobs:
2929
php: ['7.4', '7.3', '7.2', '8.0', '8.1', '8.2', '8.3', '8.4']
3030
name: PHP ${{ matrix.php }}
3131
steps:
32-
- uses: actions/checkout@v2
32+
- uses: actions/checkout@v4
3333
- name: Install PHP
3434
uses: shivammathur/setup-php@v2
3535
env:

0 commit comments

Comments
 (0)