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 88ac996 commit a492652Copy full SHA for a492652
.github/workflows/tests.yml
@@ -58,7 +58,7 @@ jobs:
58
run: echo "::set-output name=dir::$(composer config cache-dir)"
59
60
- name: Cache dependencies
61
- uses: actions/cache@v2
+ uses: actions/cache@v3
62
with:
63
path: ${{ steps.composer-cache.outputs.dir }}
64
key: composer-${{ runner.os }}-${{ matrix.php-version }}-${{ hashFiles('**/composer.*') }}-${{ matrix.composer-flags }}
0 commit comments