From a5297a352cedfaa4e705f4cc0a71f9a3a7347a56 Mon Sep 17 00:00:00 2001 From: jangko Date: Thu, 11 Jan 2024 10:14:32 +0700 Subject: [PATCH] Use GITHUB_OUTPUT to replace set output in main CI --- .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 52f0883c0..511abb41c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -168,7 +168,7 @@ jobs: git ls-remote "https://github.com/$1" "${2:-HEAD}" | cut -f 1 } fixturesHash=$(getHash status-im/nim-eth2-scenarios) - echo "::set-output name=fixtures::${fixturesHash}" + echo "fixtures=${fixturesHash}" >> $GITHUB_OUTPUT - name: Build binaries (with trace logging enabled) run: |