We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 368dfd1 commit c171f29Copy full SHA for c171f29
action.yml
@@ -33,7 +33,7 @@ runs:
33
shell: bash
34
run: |
35
conan --version
36
- echo "::set-output name=version::$(conan --version)"
+ echo "version=$(conan --version)" >> $GITHUB_OUTPUT
37
branding:
38
icon: "archive"
39
color: "green"
0 commit comments