diff --git a/.github/workflows/conda-package.yml b/.github/workflows/conda-package.yml index 8aa68e4f..3a945901 100644 --- a/.github/workflows/conda-package.yml +++ b/.github/workflows/conda-package.yml @@ -21,7 +21,7 @@ jobs: run: | echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc - name: Cache conda packages - uses: actions/cache@v3 + uses: actions/cache@v4 env: CACHE_NUMBER: 0 # Increase to reset cache with: @@ -93,7 +93,7 @@ jobs: run: | echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc - name: Cache conda packages - uses: actions/cache@v3 + uses: actions/cache@v4 env: CACHE_NUMBER: 0 # Increase to reset cache with: @@ -136,7 +136,7 @@ jobs: python-version: ${{ matrix.python }} - name: Cache conda packages - uses: actions/cache@v3 + uses: actions/cache@v4 env: CACHE_NUMBER: 3 # Increase to reset cache with: @@ -215,7 +215,7 @@ jobs: shell: pwsh run: Get-Content -Path .\lockfile - name: Cache conda packages - uses: actions/cache@v3 + uses: actions/cache@v4 env: CACHE_NUMBER: 0 # Increase to reset cache with: