Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ changelog/fragments/
/dev-tools/kubernetes @elastic/elastic-agent-control-plane
/docs/release-notes @elastic/ski-docs
/docs/docset.yml @elastic/ski-docs
/.github/workflows/update-docs.yml @elastic/ski-docs @elastic/docs-engineering
/.github/workflows/update-docs.yml @elastic/docs-engineering
Comment thread
bmorelli25 marked this conversation as resolved.
Outdated
/.github/workflows/validate-docs-structure.yml @elastic/ski-docs @elastic/docs-engineering
/docs/reference/edot-collector @elastic/ski-docs
/docs/scripts/update-docs @elastic/ski-docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v7
with:
python-version: '3.13'
python-version: '3.14'
cache: 'pip'

- name: Install dependencies
Expand Down
Loading