Conversation
Bump @actions/core from 1.6.0 to 1.10.0 Bump @actions/github from 5.0.0 to 5.1.1 The new `@actions/core` version avoids to log warnings about "the set-output command is deprecated". See https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/.
|
Hi @jef |
Hey! Sorry for getting back late @tbouffard, actually just seeing this now. I'm going to run the workflows when I get on the computer tomorrow. Feel free to update or I can merge as-is. Thanks for doing this! |
|
OK, thanks for the feedback. I am going to update the dependencies to the latest versions. |
|
Hi @jef I have been able to update a dependency but @actions/github cannot be bumped to v6 for now (see also https://github.com/actions/toolkit/blob/main/packages/github/RELEASES.md#600). I can provide another PR that will build the action with Node 20, bump dev dependencies and @actions/github. |
|
Hey @tbouffard, that's okay, let's start with this for now and I can update this action. I'll want to do some updating with Volta and on some other repos. Thanks for this awesome help! :) |
Description
Bump @actions/core from 1.6.0 to 1.10.0
Bump @actions/github from 5.0.0 to 5.1.1
The new
@actions/coreversion avoids to log warnings about "the set-output command is deprecated". See https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/.Testing
Dependabot cannot correctly bump
@actionsdependencies as it doesn't rebuild the JS code actually used at runtime by the action. So this Pull Request supersedes #218