We are using the actions/checkout in our pipeline, but because of our application we need the container do job to be node18. This actions was working fine even with the node:18-slim image version until 2 days ago. This image was updated, so the action is not working anymore with the node18 version.
Is possible to evaluate if we can have support to node18 in checkout action?
We are using the
actions/checkoutin our pipeline, but because of our application we need the container do job to benode18. This actions was working fine even with thenode:18-slimimage version until 2 days ago. This image was updated, so the action is not working anymore with the node18 version.Is possible to evaluate if we can have support to
node18in checkout action?