Skip to content

Commit 7a8719f

Browse files
committed
fix: don't use deprecated set-output in github actions
1 parent a7ed923 commit 7a8719f

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
@@ -38,7 +38,7 @@ jobs:
3838
- name: Get Composer cache directory
3939
id: composer-cache
4040
run: |
41-
echo "::set-output name=dir::$(composer config cache-files-dir)"
41+
echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
4242
4343
- uses: actions/cache@v4
4444
with:

0 commit comments

Comments
 (0)