Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
build: remove deprecated set-output command (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
vintagesucks authored Jan 18, 2024
1 parent c408030 commit 8b611b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

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

- name: Cache dependencies
uses: actions/[email protected]
Expand Down

0 comments on commit 8b611b2

Please sign in to comment.