Skip to content

Commit e88fa58

Browse files
committed
Update to actions/cache@v4.
1 parent 7d937f1 commit e88fa58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
php_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)