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

Deprecation warnings despite using latest version #46

Open
JoseDiazRohena opened this issue Feb 1, 2023 · 3 comments
Open

Deprecation warnings despite using latest version #46

JoseDiazRohena opened this issue Feb 1, 2023 · 3 comments

Comments

@JoseDiazRohena
Copy link

JoseDiazRohena commented Feb 1, 2023

Hi all. This might be user error but here goes. I'm getting the following error when using this action:

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

This is despite my specifying the latest version (v1) in my action.

- name: Import Certificates (macOS)
      uses: apple-actions/import-codesign-certs@v1

I can see that this fix has been applied to the main branch of this repo. So it looks like the right version isn't being pulled down?

Thank you!

@steveoh
Copy link

steveoh commented Feb 1, 2023

the v1 tag most likely needs to be updated. you can point at the @main branch if you wanted

@grzegorzkrukowski
Copy link

You mean @master

@steveoh
Copy link

steveoh commented Apr 3, 2023

Ideally v2 now

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

3 participants