Skip to content

Commit a7449a2

Browse files
authored
Merge pull request #258 from phil-davis/update-action-versions-20250909
chore(ci): update github workflow actions to latest versions
2 parents db4969b + 54cc714 commit a7449a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
code-analysis: 'yes'
2828
steps:
2929
- name: Checkout
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v5
3131

3232
- name: Setup PHP, with composer and extensions
3333
uses: shivammathur/setup-php@v2 #https://github.com/shivammathur/setup-php
@@ -66,5 +66,5 @@ jobs:
6666
run: vendor/bin/phpunit --configuration tests/phpunit.xml --coverage-clover clover.xml
6767

6868
- name: Code Coverage
69-
uses: codecov/codecov-action@v4
69+
uses: codecov/codecov-action@v5
7070
if: matrix.coverage != 'none'

0 commit comments

Comments
 (0)