Skip to content

Commit

Permalink
ci: avoid deprecated set-output command
Browse files Browse the repository at this point in the history
  • Loading branch information
brotkrueml committed Feb 2, 2024
1 parent 2f2f65e commit 8e3d1c5
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 @@ -51,7 +51,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@v3
with:
Expand Down

0 comments on commit 8e3d1c5

Please sign in to comment.