Skip to content

Commit b7d8ea8

Browse files
authored
Bump stable-2.13 to stable-2.14. (#53)
1 parent b7ec14a commit b7d8ea8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/_shared-docs-build-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ on:
1818
type: string
1919
default: '3.9'
2020
ansible-ref:
21-
description: The ref from which to install ansible, for example "stable-2.13" or "milestone".
21+
description: The ref from which to install ansible, for example "stable-2.14" or "milestone".
2222
required: false
2323
type: string
24-
default: stable-2.13
24+
default: stable-2.14
2525
init-dest-dir:
2626
description: A directory relative to the checkout where the init process has already been run.
2727
required: false

.github/workflows/_shared-docs-build-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ on:
1818
type: string
1919
default: '3.9'
2020
ansible-ref:
21-
description: The ref from which to install ansible, for example "stable-2.13" or "milestone".
21+
description: The ref from which to install ansible, for example "stable-2.14" or "milestone".
2222
required: false
2323
type: string
24-
default: stable-2.13
24+
default: stable-2.14
2525
build-ref:
2626
description: |
2727
The ref from this repository to check out and build.

0 commit comments

Comments
 (0)