We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 56df6a6 + 7327cd1 commit 902fe02Copy full SHA for 902fe02
1 file changed
.github/workflows/ci.yml
@@ -48,7 +48,7 @@ jobs:
48
id: composer-cache
49
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
50
- name: Setup cache
51
- uses: actions/cache@v2
+ uses: actions/cache@v3
52
with:
53
path: ${{ steps.composer-cache.outputs.dir }}
54
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}-${{ matrix.prefer }}-
0 commit comments