Skip to content

Commit 0a79245

Browse files
committed
ci: migrate deprecating set-output commands
Signed-off-by: Miles Liu <miles@bung.cc>
1 parent fce00d8 commit 0a79245

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)