Skip to content

Commit

Permalink
Remove deprecated set-output, write to $GITHUB_OUTPUT env file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Adnn authored and patricia-gallardo committed Jan 17, 2023
1 parent 368dfd1 commit c171f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ runs:
shell: bash
run: |
conan --version
echo "::set-output name=version::$(conan --version)"
echo "version=$(conan --version)" >> $GITHUB_OUTPUT
branding:
icon: "archive"
color: "green"
Expand Down

0 comments on commit c171f29

Please sign in to comment.