Skip to content

Commit

Permalink
Merge pull request #6 from pH-7/fix-cache-set-output-command-deprecated
Browse files Browse the repository at this point in the history
Don't use deprecated command ::set-output
  • Loading branch information
pH-7 authored Jun 11, 2023
2 parents 35de9b2 + 11c802f commit cafea29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,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 Composer dependencies
uses: actions/cache@v3
Expand Down

0 comments on commit cafea29

Please sign in to comment.