Skip to content

Commit eeefeb5

Browse files
authored
Merge pull request #2147 from miles170/ci-migrate-set-output
ci: migrate deprecating set-output commands
2 parents fce00d8 + 0a79245 commit eeefeb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/specification-version-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
script="from tuf.api.metadata import SPECIFICATION_VERSION; \
2222
print(f\"v{'.'.join(SPECIFICATION_VERSION)}\")"
2323
ver=$(python3 -c "$script")
24-
echo "::set-output name=version::$ver"
24+
echo "version=$ver" >> $GITHUB_OUTPUT
2525
# Get the latest TUF specification release and open an issue (if needed)
2626
specification-bump-check:
2727
permissions:

0 commit comments

Comments
 (0)