We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fce00d8 commit 0a79245Copy full SHA for 0a79245
1 file changed
.github/workflows/specification-version-check.yml
@@ -21,7 +21,7 @@ jobs:
21
script="from tuf.api.metadata import SPECIFICATION_VERSION; \
22
print(f\"v{'.'.join(SPECIFICATION_VERSION)}\")"
23
ver=$(python3 -c "$script")
24
- echo "::set-output name=version::$ver"
+ echo "version=$ver" >> $GITHUB_OUTPUT
25
# Get the latest TUF specification release and open an issue (if needed)
26
specification-bump-check:
27
permissions:
0 commit comments