Skip to content

Commit 235e100

Browse files
committed
Update to actions/cache@v4.
1 parent fd8eac3 commit 235e100

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
@@ -42,7 +42,7 @@ jobs:
4242
extensions: "xdebug"
4343

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

0 commit comments

Comments
 (0)