Skip to content

Commit c171f29

Browse files
Adnnpatricia-gallardo
authored andcommitted
Remove deprecated set-output, write to $GITHUB_OUTPUT env file.
1 parent 368dfd1 commit c171f29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ runs:
3333
shell: bash
3434
run: |
3535
conan --version
36-
echo "::set-output name=version::$(conan --version)"
36+
echo "version=$(conan --version)" >> $GITHUB_OUTPUT
3737
branding:
3838
icon: "archive"
3939
color: "green"

0 commit comments

Comments
 (0)