We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7cd0c7 commit c282dd3Copy full SHA for c282dd3
.github/workflows/tests.yml
@@ -37,7 +37,7 @@ jobs:
37
id: composer-cache
38
run: |
39
echo "::set-output name=dir::$(composer config cache-files-dir)"
40
- - uses: actions/cache@v2
+ - uses: actions/cache@v3
41
with:
42
path: ${{ steps.composer-cache.outputs.dir }}
43
key: ${{ runner.os }}-composer-${{ matrix.stability }}-${{ hashFiles('**/composer.lock') }}
0 commit comments