Skip to content

Commit

Permalink
ci: Update GitHub actions revs for php-ci (#1360)
Browse files Browse the repository at this point in the history
Follow-up to #1356.
  • Loading branch information
svix-jplatte authored Jul 8, 2024
2 parents d75abce + a2776cf commit 47326d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: PHPUnit Tests
uses: php-actions/phpunit@v3
uses: php-actions/phpunit@v4
with:
version: latest
configuration: "php/phpunit.xml"
Expand Down

0 comments on commit 47326d8

Please sign in to comment.