Update the usage of set-output command in GH actions (#7260)

This PR updates the usage of set-output command in GH actions.

Reference :
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

CHANGELOG entry is not required
This commit is contained in:
Vasi Vasireddy 2022-11-21 11:29:57 -08:00 committed by GitHub
parent f85728b751
commit 27805615aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ jobs:
v$VERSION \
opentelemetry-javaagent.jar
echo "::set-output name=version::$VERSION"
echo "version=$VERSION" >> $GITHUB_OUTPUT
merge-change-log-to-main:
runs-on: ubuntu-latest