Skip to content

Commit 9e0361e

Browse files
authored
Merge pull request #72 from codewithbear/morph-set-output-fix-9k92v
fix(workflow): replace deprecated set-output command
2 parents 058f582 + 29e5e3a commit 9e0361e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: php -v
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
- name: Cache dependencies
3535
uses: actions/cache@v4
3636
with:

0 commit comments

Comments
 (0)