Skip to content

Commit e0a563f

Browse files
committed
fix(ci): update checkout action to v4 and enable recursive submodules
1 parent 9ab8235 commit e0a563f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ jobs:
2323
runs-on: ${{ matrix.os }}
2424

2525
steps:
26-
- uses: actions/checkout@v1
26+
- uses: actions/checkout@v4
27+
with:
28+
submodules: recursive
2729

2830
- name: Install stable toolchain
2931
uses: actions-rs/toolchain@v1

0 commit comments

Comments
 (0)