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

Upgrade GitHub actions to avoid deprecated node warnings #120

Conversation

JackPGreen
Copy link
Contributor

Recent builds have produced warnings:

The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-python@v2, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/

Upgrade checkout and setup-python to the latest versions to resolve.

[Recent
builds](https://github.com/hazelcast/client-compatibility-suites/actions/runs/9872933102)
have produced warnings:

> The following actions uses node12 which is deprecated and will be
forced to run on node16: actions/setup-python@v2, actions/checkout@v2.
For more info:
https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/

Upgrade `checkout` and `setup-python` to the latest versions to resolve.
@JackPGreen
Copy link
Contributor Author

JackPGreen commented Jul 18, 2024

Testing against action here.

@JackPGreen
Copy link
Contributor Author

Testing against action here.

@srknzl there’s a nice ✅ there.

@JackPGreen JackPGreen marked this pull request as ready for review July 18, 2024 21:16
@JackPGreen JackPGreen requested a review from srknzl July 18, 2024 21:16
@JackPGreen JackPGreen merged commit 4bd4fe6 into master Jul 19, 2024
45 of 48 checks passed
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

Successfully merging this pull request may close these issues.

2 participants