Skip to content

Commit f948970

Browse files
committed
Update github actions-cache runner
1 parent a2e8fef commit f948970

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Cache Composer packages
4242
id: composer-cache
43-
uses: actions/cache@v2
43+
uses: actions/cache@v4
4444
with:
4545
path: vendor
4646
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.json') }}

0 commit comments

Comments
 (0)