From 938ffa86a13189c94d1638e112604a095c743b16 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Wed, 30 Apr 2025 07:50:23 +0200 Subject: [PATCH] Use community.crypto's stable-2 branch in EOL CI. (cherry picked from commit aeb668a645ac3ae1c54396559425b84c488855af) --- .github/workflows/ansible-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ansible-test.yml b/.github/workflows/ansible-test.yml index 89a3006f56..96f96aa2b4 100644 --- a/.github/workflows/ansible-test.yml +++ b/.github/workflows/ansible-test.yml @@ -217,7 +217,7 @@ jobs: ; git clone --depth=1 --single-branch https://github.com/ansible-collections/ansible.posix.git ../../ansible/posix ; - git clone --depth=1 --single-branch https://github.com/ansible-collections/community.crypto.git ../../community/crypto + git clone --depth=1 --single-branch --branch stable-2 https://github.com/ansible-collections/community.crypto.git ../../community/crypto ; git clone --depth=1 --single-branch https://github.com/ansible-collections/community.internal_test_tools.git ../../community/internal_test_tools pull-request-change-detection: 'true'