Skip to content

Commit

Permalink
revert to legacy set-output in test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ProjektGopher committed Feb 25, 2025
1 parent 7f17a20 commit 1abb0d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
coverage: none
- name: Get composer cache directory
id: composer-cache
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
- name: Setup composer cache
uses: actions/cache@v4
with:
Expand Down

0 comments on commit 1abb0d0

Please sign in to comment.