From 2155716e4cc2f0de38e644af5014a27967967602 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sat, 29 Jun 2024 17:45:05 +0200 Subject: [PATCH] Update Python to 3.11, and the default ansible-core branch to stable-2.17. --- .github/workflows/_shared-docs-build-pr.yml | 4 ++-- .github/workflows/_shared-docs-build-push.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/_shared-docs-build-pr.yml b/.github/workflows/_shared-docs-build-pr.yml index f1ba488..8f37ed2 100644 --- a/.github/workflows/_shared-docs-build-pr.yml +++ b/.github/workflows/_shared-docs-build-pr.yml @@ -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 diff --git a/.github/workflows/_shared-docs-build-push.yml b/.github/workflows/_shared-docs-build-push.yml index ff07d7e..65c73a5 100644 --- a/.github/workflows/_shared-docs-build-push.yml +++ b/.github/workflows/_shared-docs-build-push.yml @@ -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.