From 92f434336e49a4b0513e125ce582e473ea2cc3a0 Mon Sep 17 00:00:00 2001 From: Tina-57blocks Date: Tue, 31 Dec 2024 09:50:13 +0800 Subject: [PATCH] Update hardhat_e2e.yml --- .github/workflows/hardhat_e2e.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/hardhat_e2e.yml b/.github/workflows/hardhat_e2e.yml index e1cd7ad1..82add9cf 100644 --- a/.github/workflows/hardhat_e2e.yml +++ b/.github/workflows/hardhat_e2e.yml @@ -42,7 +42,10 @@ jobs: steps: - name: Check Out Repository Code - uses: actions/checkout@v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + with: + submodules: recursive + fetch-depth: 0 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4