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 1f07567 commit 26f0b29Copy full SHA for 26f0b29
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
echo "::set-output name=dir::$(composer config cache-files-dir)"
32
33
- name: Composer cache
34
- uses: actions/cache@v2
+ uses: actions/cache@v3
35
with:
36
path: ${{ steps.composer-cache.outputs.dir }}
37
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -72,7 +72,7 @@ jobs:
72
73
74
75
76
77
78
0 commit comments