Skip to content

Commit 5eff634

Browse files
committed
Update workflow
1 parent b52cdd6 commit 5eff634

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/master.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
coverage: xdebug
2727
- name: Get composer cache directory
2828
id: composercache
29-
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
29+
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
3030
- name: Cache dependencies
3131
uses: actions/cache@v4
3232
with:

0 commit comments

Comments
 (0)