Skip to content

Commit

Permalink
Replace deprecated set-output syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Namoshek committed Dec 27, 2024
1 parent 809b032 commit c0fbbbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Get Composer Cache Directory
id: composer-cache
run: |
echo "::set-output name=dir::$(composer config cache-files-dir)"
echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
- name: Cache Composer dependencies
uses: actions/cache@v4
Expand Down

0 comments on commit c0fbbbc

Please sign in to comment.