ci: use instead ::set-output

This commit is contained in:
Jozef Steinhübl (xHyroM) 2023-12-03 13:40:14 +01:00
parent d6f5a3f391
commit d6f673180f
No known key found for this signature in database
GPG key ID: E944BC293F5FF7E7

View file

@ -67,7 +67,7 @@ jobs:
id: bun
run: |
bun --version
echo "::set-output name=version::$(bun --version)"
echo "version=$(bun --version)" >> $GITHUB_OUTPUT
- name: Check version
run: |
if [[ "${{ steps.bun.outputs.version }}" == "1.0.0" ]]; then