Skip to content

Commit

Permalink
refactor: deprecated github output
Browse files Browse the repository at this point in the history
  • Loading branch information
gtjamesa committed Mar 22, 2024
1 parent a5bbf76 commit 9c1c609
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ 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 composer dependencies
uses: actions/cache@v2
Expand Down

0 comments on commit 9c1c609

Please sign in to comment.