From 59873d31de5b0c18f949da6b254f502f93526e7e Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Mon, 30 Oct 2023 20:28:56 +0100 Subject: [PATCH] Stick to older versions of the collections, to avoid breakages due to collections using newer antsibull-docs features. (#111) --- .github/workflows/antsibull-docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/antsibull-docs.yml b/.github/workflows/antsibull-docs.yml index 2feaf54..c634f1b 100644 --- a/.github/workflows/antsibull-docs.yml +++ b/.github/workflows/antsibull-docs.yml @@ -75,8 +75,8 @@ jobs: - name: Install collections run: | . ./venv/bin/activate - ansible-galaxy collection install community.docker sensu.sensu_go - git clone https://github.com/ansible-collections/community.crypto.git ~/.ansible/collections/ansible_collections/community/crypto + ansible-galaxy collection install 'community.docker:==3.0.0' 'sensu.sensu_go:==1.14.0' + git clone https://github.com/ansible-collections/community.crypto.git ~/.ansible/collections/ansible_collections/community/crypto --branch 2.15.0 working-directory: antsibull-docs - name: Lint collection docs