Skip to content

Commit cb2a5b0

Browse files
Bump actions/cache from 5 to 6 (#686)
1 parent e48d6bc commit cb2a5b0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: git fetch origin 'refs/tags/*:refs/tags/*'
5353

5454
- name: Setup caching for conda packages
55-
uses: actions/cache@v5
55+
uses: actions/cache@v6
5656
with:
5757
path: ~/conda_pkgs_dir
5858
key: conda-${{ env.PYTHON }}-${{ hashFiles('.github/environment.yml') }}

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
echo "dir="$(pip cache dir) >> $GITHUB_OUTPUT
107107
108108
- name: Setup caching for pip packages
109-
uses: actions/cache@v5
109+
uses: actions/cache@v6
110110
with:
111111
path: ${{ steps.pip-cache.outputs.dir }}
112112
key: ${{ runner.os }}-pip-${{ hashFiles('requirements-full.txt') }}
@@ -189,7 +189,7 @@ jobs:
189189
run: echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
190190

191191
- name: Setup caching for pip packages
192-
uses: actions/cache@v5
192+
uses: actions/cache@v6
193193
with:
194194
path: ${{ steps.pip-cache.outputs.dir }}
195195
key: ${{ runner.os }}-pip-coverage

0 commit comments

Comments
 (0)