diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 636c157..8e14486 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,7 @@ jobs: shell: bash -el {0} steps: - name: Clone - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 - uses: conda-incubator/setup-miniconda@v3