Skip to content

Commit 4713c73

Browse files
committed
Update actions/cache@v4
1 parent 596f069 commit 4713c73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
coverage: "${{ matrix.coverage }}"
5656

5757
- name: Cache dependencies installed with Composer
58-
uses: actions/cache@v1
58+
uses: actions/cache@v4
5959
with:
6060
path: ~/.cache/composer
6161
key: php${{ matrix.php-version }}-composer-${{ hashFiles('**/composer.json') }}

0 commit comments

Comments
 (0)