Skip to content

Commit fd32f71

Browse files
committed
Replace deprecated github action set-output command
1 parent cdbaab9 commit fd32f71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yaml

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

2626
- name: Get composer cache directory
2727
id: composer-cache
28-
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
28+
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
2929

3030
- name: Cache composer dependencies
3131
uses: actions/cache@v4

0 commit comments

Comments
 (0)