We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2623d7e commit 43be552Copy full SHA for 43be552
.github/workflows/main.yaml
@@ -60,7 +60,7 @@ jobs:
60
php-version: ${{ matrix.php }}
61
62
- name: Cache PHP dependencies
63
- uses: actions/cache@v2
+ uses: actions/cache@v4
64
with:
65
path: vendor
66
key: ${{ runner.os }}-php-${{ matrix.php }}-composer-${{ hashFiles('**/composer.json') }}
0 commit comments