Skip to content

Commit 8f98520

Browse files
committed
chore: update actions/checkout to version 6 in phpunit workflow
1 parent 72007b3 commit 8f98520

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: PHP ${{ matrix.php }}
1919

2020
steps:
21-
- uses: actions/checkout@v5
21+
- uses: actions/checkout@v6
2222
- uses: shivammathur/setup-php@v2
2323
with:
2424
php-version: ${{ matrix.php }}

0 commit comments

Comments
 (0)