mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Merge pull request #2147 from miles170/ci-migrate-set-output
ci: migrate deprecating set-output commands
This commit is contained in:
commit
eeefeb5675
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue