Skip to content

Commit d817acc

Browse files
authored
Merge pull request #101 from JohT/renovate/actions-cache-4.x
Update actions/cache action to v4
2 parents 9f1ce0f + 9ba1cdd commit d817acc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/code-structure-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
run: npm ci
7575

7676
- name: Setup Cache for Conda package manager Mambaforge
77-
uses: actions/cache@v3
77+
uses: actions/cache@v4
7878
env:
7979
# Increase this value to reset cache if etc/example-environment.yml has not changed
8080
# Reference: https://github.com/conda-incubator/setup-miniconda#caching
@@ -105,7 +105,7 @@ jobs:
105105
run: mkdir -p ./temp
106106

107107
- name: Setup Cache for "temp/downloads" folder
108-
uses: actions/cache@v3
108+
uses: actions/cache@v4
109109
with:
110110
path: ./temp/downloads
111111
key:

0 commit comments

Comments
 (0)