[Chore] Update "actions/checkout"

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".
This commit is contained in:
Roman Melnikov 2023-12-12 11:48:45 +01:00
parent 514fa3bc3d
commit 99664561ec
No known key found for this signature in database
GPG Key ID: 8931E8ED1EE2E537

View File

@ -5,7 +5,7 @@ jobs:
check:
runs-on: self-hosted
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: check flake
run: nix flake check -L