Skip to content

Commit 34b6ee9

Browse files
committed
chore(ci): update github actions.
1 parent 6645ad5 commit 34b6ee9

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
@@ -18,7 +18,7 @@ jobs:
1818
php-versions: ['8.1', '8.2', '8.3']
1919

2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v4
2222

2323
- name: Setup PHP
2424
uses: shivammathur/setup-php@v2
@@ -30,7 +30,7 @@ jobs:
3030
uses: php-actions/composer@v6
3131

3232
- name: PHPUnit Tests
33-
uses: php-actions/phpunit@v3
33+
uses: php-actions/phpunit@v4
3434
env:
3535
XDEBUG_MODE: coverage
3636
with:

0 commit comments

Comments
 (0)