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 414df20 commit 751784bCopy full SHA for 751784b
.github/workflows/tests.yml
@@ -90,7 +90,7 @@ jobs:
90
run: echo "::set-output name=dir::$(composer config cache-dir)"
91
92
- name: Cache dependencies
93
- uses: actions/cache@v2
+ uses: actions/cache@v3
94
with:
95
path: ${{ steps.composer-cache.outputs.dir }}
96
key: composer-${{ runner.os }}-${{ matrix.php-version }}-${{ hashFiles('**/composer.*') }}-${{ matrix.composer-flags }}
0 commit comments