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 66acce6 commit 50ef087Copy full SHA for 50ef087
.github/workflows/build-ci.yml
@@ -62,9 +62,9 @@ jobs:
62
DEBUG: ${{secrets.DEBUG}}
63
- name: Download Composer cache dependencies from cache
64
id: composer-cache
65
- run: echo "::set-output name=dir::$(composer config cache-files-dir)"
+ run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
66
- name: Cache Composer dependencies
67
- uses: actions/cache@v1
+ uses: actions/cache@v3
68
with:
69
path: ${{ steps.composer-cache.outputs.dir }}
70
key: ${{ matrix.os }}-composer-${{ hashFiles('**/composer.json') }}
0 commit comments