Skip to content
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

Update to node16 and actions/core to latest #1

Merged
merged 1 commit into from Dec 28, 2022
Merged

Conversation

SamirMarin
Copy link
Collaborator

@SamirMarin SamirMarin commented Dec 28, 2022

First attempted to contribute directly to the open source project, but it seems the repo is not still being actively maintained, so forked the project and made the updates directly here. Project is very simple so it won't require a lot of maintenance other than version updates every few months as we doing here.

We are currently running workflows with this action that complain that node 12 will be depreciated and the set-output command is deprecated and will be disabled soon, to fix we are:

  • Updating actions.yaml to ref Node 16 as suggested by warning.

  • ran npm update @actions/core to grab the latest (1.10.0) actions/core version, this update adds logic to actions/core to use the new process for setting outputs described here

@SamirMarin SamirMarin merged commit eb41141 into main Dec 28, 2022
@SamirMarin SamirMarin deleted the use-node-16 branch December 28, 2022 18:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant