Skip to content

Commit cc9e965

Browse files
authored
Merge pull request #309 from phil-davis/update-action-versions-20250909-2.2
chore(ci): update github workflow actions to latest versions
2 parents 01a7927 + 81723a6 commit cc9e965

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
@@ -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
@@ -42,7 +42,7 @@ jobs:
4242
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
4343

4444
- name: Cache composer dependencies
45-
uses: actions/cache@v3
45+
uses: actions/cache@v4
4646
with:
4747
path: ${{ steps.composer-cache.outputs.dir }}
4848
# Use composer.json for key, if composer.lock is not committed.
@@ -65,5 +65,5 @@ jobs:
6565
run: vendor/bin/phpunit --configuration tests/phpunit.xml --coverage-clover clover.xml
6666

6767
- name: Code Coverage
68-
uses: codecov/codecov-action@v3
68+
uses: codecov/codecov-action@v5
6969
if: matrix.coverage != 'none'

0 commit comments

Comments
 (0)