We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a3fcf13 + ec82b67 commit 268a9f9Copy full SHA for 268a9f9
1 file changed
.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
40
id: composer-cache
41
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
42
- name: Setup cache
43
- uses: actions/cache@v2
+ uses: actions/cache@v3
44
with:
45
path: ${{ steps.composer-cache.outputs.dir }}
46
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}-${{ matrix.prefer }}-
0 commit comments