diff --git a/.github/actions/setup-env/action.yaml b/.github/actions/setup-env/action.yaml index 44908ac..5d27032 100644 --- a/.github/actions/setup-env/action.yaml +++ b/.github/actions/setup-env/action.yaml @@ -10,7 +10,7 @@ runs: cache: 'pip' - name: Cache conda env id: cache-conda - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 + uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0 env: cache-name: conda-env-cache with: diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index aae45f1..3960df2 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@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 + uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0 env: cache-name: conda-env-cache with: