Skip to content

Commit 89ae40e

Browse files
authored
ci: bump actions/checkout to v4 (#1595)
Hey ! GitHub‑hosted runners now use Node 20, so checkout v4 is required This PR updates all workflows to actions/checkout@v4 , no functional changes expected
1 parent dc48faf commit 89ae40e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/riscv.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
cache-on-failure: true
4343
- uses: taiki-e/install-action@nextest
4444

45-
- uses: actions/checkout@v3
45+
- uses: actions/checkout@v4
4646
with:
4747
submodules: recursive
4848

0 commit comments

Comments
 (0)