mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-18 04:28:28 +02:00
ci: use instead ::set-output
This commit is contained in:
parent
d6f5a3f391
commit
d6f673180f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -67,7 +67,7 @@ jobs:
|
||||||
id: bun
|
id: bun
|
||||||
run: |
|
run: |
|
||||||
bun --version
|
bun --version
|
||||||
echo "::set-output name=version::$(bun --version)"
|
echo "version=$(bun --version)" >> $GITHUB_OUTPUT
|
||||||
- name: Check version
|
- name: Check version
|
||||||
run: |
|
run: |
|
||||||
if [[ "${{ steps.bun.outputs.version }}" == "1.0.0" ]]; then
|
if [[ "${{ steps.bun.outputs.version }}" == "1.0.0" ]]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue