Skip to content

Commit 1426137

Browse files
Bump actions/cache from 4 to 5 (#9168)
1 parent f67b890 commit 1426137

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: mamba list
3636
run: mamba list
3737

38-
- uses: actions/cache@v4
38+
- uses: actions/cache@v5
3939
id: cache
4040
with:
4141
# Suffix is depending on the backend / OS. Let's be agnostic here

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145

146146
- name: Cache Conda env
147147
if: steps.skip-caching.outputs.trigger-found != 'true'
148-
uses: actions/cache@v4
148+
uses: actions/cache@v5
149149
with:
150150
path: ${{ env.CONDA }}/envs
151151
key: conda-${{ matrix.os }}-${{ matrix.environment }}-${{ matrix.label }}-${{ steps.get-date.outputs.today }}-${{ hashFiles(env.CONDA_FILE) }}-${{ env.CACHE_NUMBER }}

0 commit comments

Comments
 (0)