Skip to content

Commit 980acab

Browse files
committed
:octocat: CI update
1 parent 8489956 commit 980acab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
steps:
3939
- name: "Checkout"
40-
uses: actions/checkout@v4
40+
uses: actions/checkout@v5
4141

4242
- name: "Install PHP"
4343
uses: shivammathur/setup-php@v2
@@ -79,7 +79,7 @@ jobs:
7979

8080
steps:
8181
- name: "Checkout"
82-
uses: actions/checkout@v4
82+
uses: actions/checkout@v5
8383

8484
- name: "Install PHP with extensions"
8585
uses: shivammathur/setup-php@v2
@@ -96,7 +96,7 @@ jobs:
9696
run: php vendor/bin/phpunit --colors=always --configuration=phpunit.xml.dist
9797

9898
- name: "Send code coverage report to Codecov.io"
99-
uses: codecov/codecov-action@v4
99+
uses: codecov/codecov-action@v5
100100
with:
101101
token: ${{ secrets.CODECOV_TOKEN }}
102102
files: .build/coverage/clover.xml

0 commit comments

Comments
 (0)