Skip to content

Commit 62aec94

Browse files
Bump actions/cache from 4 to 5 (#619)
1 parent 04a7044 commit 62aec94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
cat requirements-full.txt
9393
9494
- name: Setup caching for conda packages
95-
uses: actions/cache@v4
95+
uses: actions/cache@v5
9696
with:
9797
path: ~/conda_pkgs_dir
9898
key: conda-${{ runner.os }}-${{ env.PYTHON }}-${{ hashFiles('requirements-full.txt') }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
echo "dir="$(pip cache dir) >> $GITHUB_OUTPUT
113113
114114
- name: Setup caching for pip packages
115-
uses: actions/cache@v4
115+
uses: actions/cache@v5
116116
with:
117117
path: ${{ steps.pip-cache.outputs.dir }}
118118
key: ${{ runner.os }}-pip-${{ hashFiles('requirements-full.txt') }}

0 commit comments

Comments
 (0)