From aa8d9ba7eae5b1f5591e3a6dff2127a833a41e52 Mon Sep 17 00:00:00 2001 From: flamechair <8901422+flamechair@users.noreply.github.com> Date: Tue, 18 Oct 2022 22:41:36 -0500 Subject: [PATCH] Update hadolint.sh https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ --- hadolint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hadolint.sh b/hadolint.sh index cb8503a..46fb430 100755 --- a/hadolint.sh +++ b/hadolint.sh @@ -44,7 +44,7 @@ if [ -n "$HADOLINT_OUTPUT" ]; then fi RESULTS="${RESULTS//$'\\n'/''}" -echo "::set-output name=results::$RESULTS" +echo "results=$RESULTS" >> $GITHUB_OUTPUT { echo "HADOLINT_RESULTS<> $GITHUB_ENV