serokell / haskell-with-utf8

Get your IO right on the first try
https://serokell.io/blog/haskell-with-utf8
52 stars 3 forks source link

[Chore] Update "actions/checkout" #26

Closed rvem closed 7 months ago

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