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 be7444b commit 43f9c45Copy full SHA for 43f9c45
.github/workflows/ci.yml
@@ -45,7 +45,7 @@ jobs:
45
run: mysql --host 127.0.0.1 --port ${{ job.services.mysql.ports['3306'] }} -u${{ env.DB_USERNAME }} -p${{ env.DB_PASSWORD }} -e "SHOW DATABASES"
46
- name: Get composer cache directory
47
id: composer-cache
48
- run: echo "::set-output name=dir::$(composer config cache-files-dir)"
+ run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
49
- name: Cache composer dependencies
50
uses: actions/cache@v3
51
with:
0 commit comments