We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebd7a48 commit 88062e1Copy full SHA for 88062e1
.github/workflows/static-analysis.yml
@@ -33,7 +33,7 @@ jobs:
33
run: echo "COMPOSER_CACHE_DIR=$(composer config cache-dir)" >> $GITHUB_ENV
34
35
- name: Cache dependencies installed with composer
36
- uses: actions/cache@v2
+ uses: actions/cache@v3
37
with:
38
path: ${{ env.COMPOSER_CACHE_DIR }}
39
key: php${{ matrix.php }}-composer-${{ hashFiles('**/composer.json') }}
0 commit comments