From 07c969f92631d84ec917a7ea40525845a9670735 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" Date: Fri, 1 Mar 2024 05:21:50 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4.0.1 --- .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 d61937c..d7597c9 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@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1 env: cache-name: conda-env-cache with: diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1ef935b..c8ebff5 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@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1 env: cache-name: conda-env-cache with: