Skip to content

Commit 43f9c45

Browse files
committed
Fix: github ci deprecated
1 parent be7444b commit 43f9c45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: mysql --host 127.0.0.1 --port ${{ job.services.mysql.ports['3306'] }} -u${{ env.DB_USERNAME }} -p${{ env.DB_PASSWORD }} -e "SHOW DATABASES"
4646
- name: Get composer cache directory
4747
id: composer-cache
48-
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
48+
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
4949
- name: Cache composer dependencies
5050
uses: actions/cache@v3
5151
with:

0 commit comments

Comments
 (0)