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