Skip to content

Commit

Permalink
Replace deprecated set-output command.
Browse files Browse the repository at this point in the history
  • Loading branch information
kagg-design committed Aug 23, 2023
1 parent 508ebbb commit 15517c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wpforms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,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: Setup Composer caching
uses: actions/cache@v3
Expand Down

0 comments on commit 15517c6

Please sign in to comment.