-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): bump @actions dependencies #223
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/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/.Testing
Dependabot cannot correctly bump
@actions
dependencies as it doesn't rebuild the JS code actually used at runtime by the action. So this Pull Request supersedes #218