Skip to content

Commit 0fc0aeb

Browse files
authored
Merge pull request #1 from sidz/update-pipeline
Update actions/checkout to v6
2 parents 82cedf4 + 3ee86a0 commit 0fc0aeb

File tree

3 files changed

+1
-53
lines changed

3 files changed

+1
-53
lines changed

.codeclimate.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
name: PHP ${{ matrix.php }}, PHPUnit ${{ matrix.phpunit }}
2626

2727
steps:
28-
- uses: actions/checkout@v1
28+
- uses: actions/checkout@v6
2929

3030
- name: Setup PHP
3131
uses: shivammathur/setup-php@v2

.github/workflows/php_coverage.yml

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)