From 0a79245c439f168243c1eb8a54657c715e7ea6e8 Mon Sep 17 00:00:00 2001 From: Miles Liu Date: Mon, 24 Oct 2022 15:43:28 +0800 Subject: [PATCH] ci: migrate deprecating set-output commands Signed-off-by: Miles Liu --- .github/workflows/specification-version-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/specification-version-check.yml b/.github/workflows/specification-version-check.yml index 4e8ec256..bcc8c399 100644 --- a/.github/workflows/specification-version-check.yml +++ b/.github/workflows/specification-version-check.yml @@ -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: