diff --git a/.github/workflows/cache.yml b/.github/workflows/cache.yml index 8529a1d00..c184c3dd3 100644 --- a/.github/workflows/cache.yml +++ b/.github/workflows/cache.yml @@ -12,7 +12,7 @@ jobs: with: ref: ${{ github.event.pull_request.head.sha }} - name: Setup Anaconda - uses: conda-incubator/setup-miniconda@v3 + uses: conda-incubator/setup-miniconda@v4 with: auto-update-conda: true auto-activate-base: true diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 75e671ff7..76e129812 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} fetch-depth: 0 - name: Setup Anaconda - uses: conda-incubator/setup-miniconda@v3 + uses: conda-incubator/setup-miniconda@v4 with: auto-update-conda: true auto-activate-base: true diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8a960fb03..a90e56e8b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,7 +13,7 @@ jobs: with: fetch-depth: 0 - name: Setup Anaconda - uses: conda-incubator/setup-miniconda@v3 + uses: conda-incubator/setup-miniconda@v4 with: auto-update-conda: true auto-activate-base: true