CI: set-output command is deprecated
CI currently runs with the warning: The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
This commit is contained in:
parent
9a654b658e
commit
6417ca79ad
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -84,8 +84,8 @@ jobs:
|
|||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo ::set-output name=os_ref::$OS_REF
|
echo "name=$OS_REF" >> $GITHUB_OUTPUT
|
||||||
echo ::set-output name=apps_ref::$APPS_REF
|
echo "app_ref=$APPS_REF" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
- name: Checkout nuttx repo
|
- name: Checkout nuttx repo
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
Loading…
Reference in New Issue
Block a user