diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d0b1d0b1..413a06a2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v5 with: submodules: 'recursive' fetch-depth: '0'