Merge pull request #2147 from miles170/ci-migrate-set-output

ci: migrate deprecating set-output commands
This commit is contained in:
Jussi Kukkonen 2022-10-24 13:16:52 +03:00 committed by GitHub
commit eeefeb5675
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ jobs:
script="from tuf.api.metadata import SPECIFICATION_VERSION; \
print(f\"v{'.'.join(SPECIFICATION_VERSION)}\")"
ver=$(python3 -c "$script")
echo "::set-output name=version::$ver"
echo "version=$ver" >> $GITHUB_OUTPUT
# Get the latest TUF specification release and open an issue (if needed)
specification-bump-check:
permissions: