Skip to content

Commit e55cefd

Browse files
committed
build: Update the checkout@ action
checkout@v3 uses Node16.js, which is no longer supported. Signed-off-by: Chuck Lever <[email protected]>
1 parent f6181d6 commit e55cefd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/makefile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- linux/arm64
1717

1818
steps:
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
2020

2121
- name: Install dependencies
2222
run: |

0 commit comments

Comments
 (0)