Skip to content

Commit 1abb0d0

Browse files
committed
revert to legacy set-output in test.yml
1 parent 7f17a20 commit 1abb0d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

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

0 commit comments

Comments
 (0)