Skip to content

Commit 2df6454

Browse files
chore(deps): bump actions/cache from 4 to 5 (#1485)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d87b900 commit 2df6454

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
@@ -24,7 +24,7 @@ jobs:
2424
python-version: "3.13"
2525
cache: 'poetry'
2626
- name: Set up cache
27-
uses: actions/cache@v4
27+
uses: actions/cache@v5
2828
with:
2929
path: ./source
3030
key: 'sphinx-source-cache'

0 commit comments

Comments
 (0)