Skip to content

Commit 21b9fd4

Browse files
authored
Use actions/checkout@v6 (#118)
* Use actions/checkout@v6 * revert old submodule mechanics
1 parent e048b76 commit 21b9fd4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ jobs:
4444
cmakeVersion: 3.31.11
4545
ninjaVersion: latest
4646
- name: "Check out repository"
47-
uses: actions/checkout@v4
47+
uses: actions/checkout@v6
4848
with:
49-
submodules: true
49+
submodules: false
5050
- name: "Set up repository"
5151
env:
5252
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -59,7 +59,7 @@ jobs:
5959
# If not a PR, undo detached head
6060
git checkout "${GITHUB_REF:11}"
6161
fi
62-
git submodule update --init --remote --recursive --depth 1
62+
git submodule update --init --remote --merge --recursive
6363
cd ./binaryen
6464
git log -n1
6565
cd ..

0 commit comments

Comments
 (0)