Skip to content

Commit f84297f

Browse files
Bump actions/cache from 4 to 5 (#500)
1 parent f611db4 commit f84297f

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
@@ -87,7 +87,7 @@ jobs:
8787
8888
8989
- name: Setup caching for pip packages
90-
uses: actions/cache@v4
90+
uses: actions/cache@v5
9191
with:
9292
path: ${{ steps.pip-cache.outputs.dir }}
9393
key: ${{ runner.os }}-pip-${{ hashFiles('requirements-full.txt') }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
120120
121121
- name: Setup caching for pip packages
122-
uses: actions/cache@v4
122+
uses: actions/cache@v5
123123
with:
124124
path: ${{ steps.pip-cache.outputs.dir }}
125125
key: ${{ runner.os }}-pip-${{ hashFiles('requirements-full.txt') }}

0 commit comments

Comments
 (0)