From 0f5c1681040035ad14061fede3c4f60ade04d630 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" Date: Wed, 20 Mar 2024 09:07:49 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4.0.2 --- .github/actions/setup-env/action.yaml | 2 +- .github/workflows/ci.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/setup-env/action.yaml b/.github/actions/setup-env/action.yaml index 6eadd77..8c79c10 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@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 + uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 env: cache-name: conda-env-cache with: diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0240a27..5cc17f0 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@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 env: cache-name: conda-env-cache with: