Skip to content

Commit

Permalink
Refactor gitHub actions deprecated command
Browse files Browse the repository at this point in the history
  • Loading branch information
koriym committed Dec 11, 2022
1 parent bd035a0 commit ef08d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,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/cache@v2
Expand Down

0 comments on commit ef08d24

Please sign in to comment.