Skip to content

Commit

Permalink
Merge pull request #240 from phil-davis/update-github-workflow-versions
Browse files Browse the repository at this point in the history
chore: update GitHub workflow versions for 5.1 branch
  • Loading branch information
phil-davis authored Jul 26, 2024
2 parents 4aaf041 + 2941a44 commit ab04b8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: echo "::set-output name=dir::$(composer config cache-files-dir)"

- name: Cache composer dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
Expand All @@ -59,5 +59,5 @@ jobs:
run: vendor/bin/phpunit --configuration tests/phpunit.xml --coverage-clover clover.xml

- name: Code Coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
if: matrix.coverage != 'none'

0 comments on commit ab04b8f

Please sign in to comment.