Skip to content

Commit 9966456

Browse files
committed
[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".
1 parent 514fa3b commit 9966456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
check:
66
runs-on: self-hosted
77
steps:
8-
- uses: actions/checkout@v3
8+
- uses: actions/checkout@v4
99

1010
- name: check flake
1111
run: nix flake check -L

0 commit comments

Comments
 (0)