We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7fa04ec + c5c6863 commit 9912e9aCopy full SHA for 9912e9a
1 file changed
.github/workflows/test.yml
@@ -31,7 +31,7 @@ jobs:
31
php-version: "${{ matrix.php-version }}"
32
33
- name: "Cache dependencies"
34
- uses: "actions/cache@v2"
+ uses: "actions/cache@v3"
35
with:
36
path: "~/.composer/cache"
37
key: "php-${{ matrix.php-version }}-composer-${{ hashFiles('**/composer.json') }}"
0 commit comments