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
Our project is currently using a custom runner image and customized container hooks index.js file off of version 0.6.1 from this repo, but we are looking to upgrade our runner version from 2.323.0 -> 2.324.0. I noticed in the actions-runner-controller repo they also upgraded their container hooks version as part of this upgrade actions/actions-runner-controller@20e157f
I'm wondering is this necessary for my project as well, which is using version 0.6.x? Do we need to upgrade to 0.7.x to work with runner version 2.324.0?
And is there any reference page with this information? On the releases page I couldn't find any reference to a corresponding runner version.