serokell / tezos-packaging

Various forms of Tezos software distribution for Linux and macOS.
MIT License
60 stars 21 forks source link

[Chore] Update "actions/checkout" #769

Closed Sereja313 closed 10 months ago

Sereja313 commented 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".

Description

Related issue(s)

Resolves #

Related changes (conditional)

Stylistic guide (mandatory)

Sereja313 commented 10 months ago

some of them use our runners, which causes scheduled jobs to fail

rvem commented 10 months ago

Hmm, I was grep'ing for checkout@v3 and as a result this repo got missed during my massive update :sweat_smile: