Skip to content

Commit bb2f389

Browse files
committed
ci: use new output command [skip ci]
1 parent b4eefc2 commit bb2f389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Get composer cache directory
3232
id: composer-cache
33-
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
33+
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
3434

3535
- name: Cache composer dependencies
3636
uses: actions/cache@v3

0 commit comments

Comments
 (0)