From 0aed7c253986fa2aec783335b0f6e43ec8873ca2 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Wed, 21 Sep 2022 08:00:58 +0200 Subject: [PATCH] Bump stable-2.13 to stable-2.14. --- .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 20d63a5..be5f578 100644 --- a/.github/workflows/_shared-docs-build-pr.yml +++ b/.github/workflows/_shared-docs-build-pr.yml @@ -18,10 +18,10 @@ on: type: string default: '3.9' ansible-ref: - description: The ref from which to install ansible, for example "stable-2.13" or "milestone". + description: The ref from which to install ansible, for example "stable-2.14" or "milestone". required: false type: string - default: stable-2.13 + default: stable-2.14 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 e516b5d..3aa9f72 100644 --- a/.github/workflows/_shared-docs-build-push.yml +++ b/.github/workflows/_shared-docs-build-push.yml @@ -18,10 +18,10 @@ on: type: string default: '3.9' ansible-ref: - description: The ref from which to install ansible, for example "stable-2.13" or "milestone". + description: The ref from which to install ansible, for example "stable-2.14" or "milestone". required: false type: string - default: stable-2.13 + default: stable-2.14 build-ref: description: | The ref from this repository to check out and build.