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

Deprecated node12, migrate to node 16 #28

Closed
jellespijker opened this issue Oct 12, 2022 · 2 comments
Closed

Deprecated node12, migrate to node 16 #28

jellespijker opened this issue Oct 12, 2022 · 2 comments

Comments

@jellespijker
Copy link

Hi,

Since I'm more of a C++/Python dev I don't known if the warning from our runners is a concern that needs to be addressed but as of today we received the following warning:

Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: apple-actions/import-codesign-certs

https://github.com/Ultimaker/Cura/actions/runs/3232797852

@FelixLisczyk
Copy link

FelixLisczyk commented Oct 13, 2022

There is another deprecation warning when using this action:

Run apple-actions/import-codesign-certs@v1
  with:
    p12-file-base64: ***
    p12-password: ***
    keychain: signing_temp
    create-keychain: true
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/

@ssrobins
Copy link
Contributor

ssrobins commented Nov 6, 2022

Posted a pull request that addresses this: #41

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants