Use GITHUB_OUTPUT to replace set output in main CI

This commit is contained in:
jangko 2024-01-11 10:14:32 +07:00
parent 4221fbb144
commit a5297a352c
No known key found for this signature in database
GPG Key ID: 31702AE10541E6B9
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ jobs:
git ls-remote "https://github.com/$1" "${2:-HEAD}" | cut -f 1 git ls-remote "https://github.com/$1" "${2:-HEAD}" | cut -f 1
} }
fixturesHash=$(getHash status-im/nim-eth2-scenarios) 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) - name: Build binaries (with trace logging enabled)
run: | run: |