serokell / o-clock

:hourglass: Type-safe time units in Haskell
Mozilla Public License 2.0
49 stars 6 forks source link

[Chore] Update "actions/checkout" #141

Closed rvem closed 9 months ago

rvem 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".

gromakovsky commented 9 months ago

node16 is now deprecated and github-runner provided by nixpkgs no longer supports this runtime.

Btw, it seems to be irrelevant to this repo, because here we use nixless CI on shared runners. But updating that version is good anyway.