From 9ba1cdd13af03aefe902865753d3782249e299f5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 01:35:04 +0000 Subject: [PATCH] Update actions/cache action to v4 --- .github/workflows/code-structure-analysis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/code-structure-analysis.yml b/.github/workflows/code-structure-analysis.yml index 0043449c6..2c6bf3421 100644 --- a/.github/workflows/code-structure-analysis.yml +++ b/.github/workflows/code-structure-analysis.yml @@ -74,7 +74,7 @@ jobs: run: npm ci - name: Setup Cache for Conda package manager Mambaforge - uses: actions/cache@v3 + uses: actions/cache@v4 env: # Increase this value to reset cache if etc/example-environment.yml has not changed # Reference: https://github.com/conda-incubator/setup-miniconda#caching @@ -105,7 +105,7 @@ jobs: run: mkdir -p ./temp - name: Setup Cache for "temp/downloads" folder - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ./temp/downloads key: