Skip to content

Commit 1d55c29

Browse files
authored
Update test.yml
1 parent eb0c98e commit 1d55c29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
php-version: ${{ matrix.php-versions }}
2424

2525
- name: Cache Composer dependencies
26-
uses: actions/cache@v2
26+
uses: actions/cache@v4
2727
with:
2828
path: /tmp/composer-cache
2929
key: ${{ runner.os }}-php${{ matrix.php-versions }}-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)