Skip to content

Commit b4fe48d

Browse files
committed
feat: update php-actions in workflow
1 parent 6eb7e31 commit b4fe48d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
- { php: 8.3, phpunit: 10, experimental: true }
1818

1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121
- name: Composer cache
22-
uses: actions/cache@v3
22+
uses: actions/cache@v4
2323
with:
2424
path: "vendor"
2525
key: ${{ runner.os }}-${{ matrix.env.php }}-composer-${{ hashFiles('composer.json') }}
@@ -37,7 +37,7 @@ jobs:
3737
run: composer install -o --no-interaction --no-suggest --prefer-dist
3838

3939
- name: PHPUnit tests
40-
uses: php-actions/phpunit@v3
40+
uses: php-actions/phpunit@v4
4141
env:
4242
XDEBUG_MODE: coverage
4343
with:
@@ -67,6 +67,6 @@ jobs:
6767
path: code-coverage-results.md
6868

6969
- name: Behat tests
70-
uses: php-actions/behat@master
70+
uses: php-actions/behat@v1.0.1
7171
with:
7272
php_version: "${{ matrix.env.php }}"

0 commit comments

Comments
 (0)