You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We see the following warning in our GitHub Actions CI build:
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, actions/setup-python@v1, actions/cache@v1. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
The fix is to upgrade the versions of the checkout and setup-python actions. See the release notes to find appropriate versions.
The text was updated successfully, but these errors were encountered:
We see the following warning in our GitHub Actions CI build:
The fix is to upgrade the versions of the
checkout
andsetup-python
actions. See the release notes to find appropriate versions.The text was updated successfully, but these errors were encountered: