Closed Sereja313 closed 10 months ago
Problem: node16 is now deprecated and github-runner provided by nixpkgs no longer supports this runtime. However, "actions/checkout@v3" uses this runtime.
Solution: Update CI pipeline to use "actions/checkout@v4".
Resolves #
[ ] I checked whether I should update the README
[ ] I checked whether native packaging works, i.e. native binary packages can be successfully built.
some of them use our runners, which causes scheduled jobs to fail
Hmm, I was grep'ing for checkout@v3 and as a result this repo got missed during my massive update :sweat_smile:
checkout@v3
Problem: node16 is now deprecated and github-runner provided by nixpkgs no longer supports this runtime. However, "actions/checkout@v3" uses this runtime.
Solution: Update CI pipeline to use "actions/checkout@v4".
Description
Related issue(s)
Resolves #
Related changes (conditional)
[ ] I checked whether I should update the README
[ ] I checked whether native packaging works, i.e. native binary packages can be successfully built.
Stylistic guide (mandatory)