Skip to content

Commit 31839bc

Browse files
committed
Update workflow
1 parent 6ff0e15 commit 31839bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
coverage: xdebug
2828
- name: Get composer cache directory
2929
id: composercache
30-
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
30+
run: echo "dir::$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
3131
- name: Cache dependencies
3232
uses: actions/cache@v4
3333
with:

0 commit comments

Comments
 (0)