Skip to content

Commit d9724af

Browse files
build(deps): bump actions/cache from 4 to 5 (#222)
1 parent f24533f commit d9724af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: echo "::set-output name=dir::$(pip cache dir)"
2727

2828
- name: Cache dependencies
29-
uses: actions/cache@v4
29+
uses: actions/cache@v5
3030
with:
3131
path: ${{ steps.pip-cache.outputs.dir }}
3232
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements-docs.txt') }}

0 commit comments

Comments
 (0)