-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
Upgrade ccache-action to one using Node 16 #98166
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
Conversation
Github Actions has deprecated the use of Node 12, and will be turning it off by summer 2023. https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/
99b8dba
to
439edae
Compare
The backport to 3.10 won't be clean, but it should probably be updated too. @ambv Should this also be backported to 3.8/3.9? Both use A |
Yes, let's backport 3.8 and 3.9 as well. |
Sorry, @mdboom and @ambv, I could not cleanly backport this to |
GH-98182 is a backport of this pull request to the 3.11 branch. |
Sorry @mdboom and @ambv, I had trouble checking out the |
Sorry, @mdboom and @ambv, I could not cleanly backport this to |
Github Actions has deprecated the use of Node 12, and will be turning it off by summer 2023. https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/ (cherry picked from commit ad8e297) Co-authored-by: Michael Droettboom <mdboom@gmail.com>
I'll make the backports. |
Github Actions has deprecated the use of Node 12, and will be turning it off by summer 2023. https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/ (cherry picked from commit ad8e297) Co-authored-by: Michael Droettboom <mdboom@gmail.com>
3.9 and 3.10 are using both
Later branches are on v1.2:
But following GitHub Actions standard practice, the https://github.com/hendrikmuhs/ccache-action/tags So we don't need to backport this any more, and can remove the labels. |
Github Actions has deprecated the use of Node 12, and will be turning it off by summer 2023.
https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/
I found this because I have been experimenting with various Github Action things in my own fork and was getting this warning:
Unfortunately, we aren't getting this warning on the main CPython fork because there is a bug displaying these warnings in composite actions: actions/runner#1742
Nonetheless, probably worth upgrading this.