Skip to content

Commit 47326d8

Browse files
authored
ci: Update GitHub actions revs for php-ci (#1360)
Follow-up to #1356.
2 parents d75abce + a2776cf commit 47326d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/php-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
runs-on: ubuntu-latest
1717

1818
steps:
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
2020
- name: PHPUnit Tests
21-
uses: php-actions/phpunit@v3
21+
uses: php-actions/phpunit@v4
2222
with:
2323
version: latest
2424
configuration: "php/phpunit.xml"

0 commit comments

Comments
 (0)