From 806182742461562b67788a64410098c9d9b96adb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Per=20G=C3=A5rdebrink?= Date: Mon, 31 Oct 2022 11:35:31 +0100 Subject: [PATCH] Replace deprecated set-output with GITHUB_OUTPUT --- setup/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/action.yml b/setup/action.yml index 8172218..4afe507 100644 --- a/setup/action.yml +++ b/setup/action.yml @@ -19,4 +19,4 @@ runs: shell: bash - id: version shell: bash - run: echo ::set-output name=version::"$(snyk version)" + run: echo "version=$(snyk version)" >> $GITHUB_OUTPUT