From 32d63d012d609be4171fa21cc4589cb4f1a30e38 Mon Sep 17 00:00:00 2001 From: Michael Mior Date: Mon, 30 Dec 2024 10:27:34 -0500 Subject: [PATCH] Remove deprecated set-output --- .github/workflows/validation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validation.yml b/.github/workflows/validation.yml index 2824f584..1337ac8e 100644 --- a/.github/workflows/validation.yml +++ b/.github/workflows/validation.yml @@ -99,7 +99,7 @@ jobs: LINKS="${LINKS//'%'/'%25'}" LINKS="${LINKS//$'\n'/'%0A'}" LINKS="${LINKS//$'\r'/'%0D'}" - echo "::set-output name=LINKS::${LINKS}" + echo "LINKS=${LINKS}" >> $GITHUB_OUTPUT - name: found diff id: non-empty uses: marocchino/sticky-pull-request-comment@v2