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 3e4c137 commit 66e9973Copy full SHA for 66e9973
.github/workflows/tests.yml
@@ -99,7 +99,7 @@ jobs:
99
run: echo "::set-output name=dir::$(composer config cache-dir)"
100
101
- name: Cache dependencies
102
- uses: actions/cache@v2
+ uses: actions/cache@v3
103
with:
104
path: ${{ steps.composer-cache.outputs.dir }}
105
key: composer-${{ runner.os }}-${{ matrix.php-version }}-${{ hashFiles('**/composer.*') }}-${{ matrix.composer-flags }}
0 commit comments