diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cbf70fc..5b084f5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: submodules: true - name: Setup conda and dependencies