Skip to content

Commit

Permalink
fix: The set-output command is deprecated and will be disabled soon. (
Browse files Browse the repository at this point in the history
  • Loading branch information
dr5hn committed Feb 2, 2024
1 parent f1ceb15 commit 2736c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: Cache Composer dependencies
id: composer-cache
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT

- uses: actions/cache@v4
with:
Expand Down

0 comments on commit 2736c86

Please sign in to comment.