update ci scripts

* use checkout v6
* remove useless target from Makefile
This commit is contained in:
Pierre Tachoire
2025-12-29 12:05:11 +01:00
parent 76ec3eb738
commit 00d4ac6137
8 changed files with 12 additions and 26 deletions

View File

@@ -49,7 +49,7 @@ jobs:
if: github.event.pull_request.draft == false
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
fetch-depth: 0
# fetch submodules recusively, to get zig-js-runtime submodules also.