Skip to content

Commit 1bde2bf

Browse files
committed
Actions: replace deprecated set-output
1 parent 80b2848 commit 1bde2bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ jobs:
4040
shell: bash
4141
run: |
4242
if [ ${{ matrix.type }} = etherlime ]; then
43-
echo '::set-output name=version::10.17.0'
43+
echo 'version=10.17.0' >> $GITHUB_OUTPUT
4444
else
45-
echo '::set-output name=version::lts/*'
45+
echo 'version=lts/*' >> $GITHUB_OUTPUT
4646
fi
4747
- name: Set up Node
4848
uses: actions/setup-node@v2

0 commit comments

Comments
 (0)