From 93315f280eea4abe390b31cce318482675d8afdd Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Sun, 16 Oct 2022 14:18:20 -0400 Subject: [PATCH] Update CI.yml - use `GITHUB_OUTPUT` instead of `set-output` --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 7ce11790..7e6b01a1 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -591,7 +591,7 @@ jobs: echo "$subport" subportlist="$subportlist $subport" done - echo "::set-output name=subportlist::${subportlist}" + echo "subportlist=${subportlist}" >> $GITHUB_OUTPUT - name: Run port lint for all subports run: |