diff --git a/.github/actions/setup-env/action.yaml b/.github/actions/setup-env/action.yaml index bbfa5a6..eb0515e 100644 --- a/.github/actions/setup-env/action.yaml +++ b/.github/actions/setup-env/action.yaml @@ -15,7 +15,7 @@ runs: cache: 'pip' - name: Cache conda env id: cache-conda - uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 env: cache-name: conda-env-cache with: diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8a5456d..cbc75ba 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -46,7 +46,7 @@ jobs: path: ./feedstock - name: Cache conda env id: cache-conda - uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 env: cache-name: conda-env-cache with: