Re: [PATCH 2/2] ci: update to new API for step outputs in GHA

2022-10-17 Thread David Marchand
On Wed, Oct 12, 2022 at 6:53 PM David Marchand wrote: > > On Wed, Oct 12, 2022 at 6:30 PM David Marchand > wrote: > > > > GitHub actions deprecated use of set-output, replaced with > > GITHUB_OUTPUT. It is worth mentionning the deprecation announce: https://github.blog/changelog/2022-10-11-githu

Re: [PATCH 2/2] ci: update to new API for step outputs in GHA

2022-10-12 Thread David Marchand
On Wed, Oct 12, 2022 at 6:30 PM David Marchand wrote: > > GitHub actions deprecated use of set-output, replaced with > GITHUB_OUTPUT. > > Note: we still have some warnings, as of today, because of > actions/cache@v3 which did not migrate yet. For the record, the changes in actions/cache@v3 are pu

[PATCH 2/2] ci: update to new API for step outputs in GHA

2022-10-12 Thread David Marchand
GitHub actions deprecated use of set-output, replaced with GITHUB_OUTPUT. Note: we still have some warnings, as of today, because of actions/cache@v3 which did not migrate yet. Signed-off-by: David Marchand --- .github/workflows/build.yml | 21 +++-- 1 file changed, 7 insertions