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 8f2a33b commit fbadba2Copy full SHA for fbadba2
.github/workflows/build.yml
@@ -48,7 +48,7 @@ jobs:
48
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
49
50
- name: Cache Composer dependencies
51
- uses: actions/cache@v4.0.0
+ uses: actions/cache@v2
52
with:
53
path: ${{ steps.composer-cache.outputs.dir }}
54
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
0 commit comments