From e44c8ba9b3aa69653255a6430e11f579aeaf0d26 Mon Sep 17 00:00:00 2001 From: ffalt Date: Fri, 1 Dec 2023 19:59:03 +0100 Subject: [PATCH] chore(deps): bump --- .github/workflows/test.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 89132fe..ec3e2c5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,9 +18,7 @@ jobs: with: node-version: 10.x - name: Checkout submodules - uses: srt32/git-actions@v0.0.3 - with: - args: git submodule update --init --recursive + run: git submodule update --init --recursive - run: npm ci - run: npm run build - name: Test & publish code coverage