Skip to content

Commit 9954a51

Browse files
committed
Fix action warning
1 parent fe559fa commit 9954a51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-phpunit.yml

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

130130
- name: Get composer cache directory
131131
id: composer-cache
132-
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
132+
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
133133
- name: Cache composer dependencies
134134
uses: actions/cache@v4
135135
with:

0 commit comments

Comments
 (0)