Skip to content

Commit 74f9c37

Browse files
committed
CI: update checkout action to avoid Node warning
1 parent b083851 commit 74f9c37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
dynamic_module: false
3737

3838
steps:
39-
- uses: actions/checkout@v2
39+
- uses: actions/checkout@v3
4040
- name: Install prerequisites
4141
run: |
4242
sudo apt install -y git wget gcc cmake

0 commit comments

Comments
 (0)