-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
checkout@v4 doesnt work inside container action #1474
Comments
The Docker image for
https://github.com/nodejs/release#release-schedule |
@tvalenta |
This was referenced Sep 22, 2023
AleksanderBobinski
added a commit
to AleksanderBobinski/workspace-bookmark
that referenced
this issue
Nov 18, 2023
Ubuntu 20.04 is not quite ready for v4 which uses a node version that is too new for the system. [1] actions/checkout#1474
AleksanderBobinski
added a commit
to AleksanderBobinski/workspace-bookmark
that referenced
this issue
Nov 18, 2023
Ubuntu 20.04 is not quite ready for v4 which uses a node version that is too new for the system. [1] actions/checkout#1474
This was referenced Dec 6, 2023
This was referenced Dec 23, 2023
This was referenced Feb 2, 2024
dacort
added a commit
to dacort/duckdb-athena-extension
that referenced
this issue
Feb 14, 2024
rurouniken98
added a commit
to rurouniken98/pipelinegod
that referenced
this issue
Mar 7, 2024
zanieb
added a commit
to astral-sh/uv
that referenced
this issue
Mar 12, 2024
This was referenced Jul 8, 2024
loadams
added a commit
to microsoft/DeepSpeed
that referenced
this issue
Jul 8, 2024
With changes from GitHub [finally deprecating](actions/checkout#1474) [node16 based runners](https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/) (which the checkout@v3 action uses) we need to make changes to support this. To do this, there are two changes. First we remove the python 3.6 check as with the changes in pydantic v2 that will be merged soon, we will be removing this check there, so we can more easily remove it now so that future PRs are cleaner and it is clear why some changes have been made. Second, node16 is the default on some of our self-hosted runners. To work around tests failing on these, we [set the GitHub env var to override this check](https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/). Other relevant links: actions/checkout#1474 https://github.com/easybuilders/easybuild-framework/pull/4574/files actions/checkout#1809 actions/runner#3373 actions/checkout#1809
mauryaavinash95
pushed a commit
to DataStates/DeepSpeed
that referenced
this issue
Jul 10, 2024
…rosoft#5756) With changes from GitHub [finally deprecating](actions/checkout#1474) [node16 based runners](https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/) (which the checkout@v3 action uses) we need to make changes to support this. To do this, there are two changes. First we remove the python 3.6 check as with the changes in pydantic v2 that will be merged soon, we will be removing this check there, so we can more easily remove it now so that future PRs are cleaner and it is clear why some changes have been made. Second, node16 is the default on some of our self-hosted runners. To work around tests failing on these, we [set the GitHub env var to override this check](https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/). Other relevant links: actions/checkout#1474 https://github.com/easybuilders/easybuild-framework/pull/4574/files actions/checkout#1809 actions/runner#3373 actions/checkout#1809
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
v4 doesnt work, but it's working for v3.
Error message:
The text was updated successfully, but these errors were encountered: