Skip to content

Commit 28f2be1

Browse files
committed
Update dependencies.
1 parent 9bb69db commit 28f2be1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
uses: "shivammathur/setup-php@v2"
2929
with:
3030
php-version: "${{ matrix.php-version }}"
31-
php_extensions: "xdebug"
31+
extensions: "xdebug"
3232

3333
- name: "Cache dependencies installed with Composer"
34-
uses: "actions/cache@v2"
34+
uses: "actions/cache@v4"
3535
with:
3636
path: "~/.composer/cache"
3737
key: "php${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('**/composer.json') }}"

0 commit comments

Comments
 (0)