Skip to content

Commit b3f1602

Browse files
committed
Update to actions/cache@v4.
1 parent 10b04a5 commit b3f1602

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
extensions: "xdebug"
4040

4141
- name: "Cache dependencies installed with Composer"
42-
uses: "actions/cache@v3"
42+
uses: "actions/cache@v4"
4343
with:
4444
path: "~/.composer/cache"
4545
key: "php${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('**/composer.json') }}"

0 commit comments

Comments
 (0)