Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
4 changes: 2 additions & 2 deletions .github/workflows/_shared-docs-build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ on:
description: The version of Python to install.
required: false
type: string
default: '3.10'
default: '3.11'
ansible-ref:
description: The ref from which to install ansible, for example "stable-2.14" or "milestone".
required: false
type: string
default: stable-2.15
default: stable-2.17
init-dest-dir:
description: A directory relative to the checkout where the init process has already been run.
required: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/_shared-docs-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ on:
description: The version of Python to install.
required: false
type: string
default: '3.10'
default: '3.11'
ansible-ref:
description: The ref from which to install ansible, for example "stable-2.14" or "milestone".
required: false
type: string
default: stable-2.15
default: stable-2.17
build-ref:
description: |
The ref from this repository to check out and build.
Expand Down