diff --git a/.github/workflows/conda-package.yml b/.github/workflows/conda-package.yml index d4e7e69..438d9c8 100644 --- a/.github/workflows/conda-package.yml +++ b/.github/workflows/conda-package.yml @@ -38,7 +38,7 @@ jobs: echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc - name: Cache conda packages - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 + uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 env: CACHE_NUMBER: 0 # Increase to reset cache with: @@ -108,7 +108,7 @@ jobs: activate-environment: "" - name: Cache conda packages - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 + uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 env: CACHE_NUMBER: 3 # Increase to reset cache with: @@ -194,7 +194,7 @@ jobs: echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc - name: Cache conda packages - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 + uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 env: CACHE_NUMBER: 0 # Increase to reset cache with: @@ -269,7 +269,7 @@ jobs: more lockfile - name: Cache conda packages - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 + uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 env: CACHE_NUMBER: 3 # Increase to reset cache with: