update python version for all tests

Signed-off-by: Martin Schurz <Martin.Schurz@telekom.de>
This commit is contained in:
Martin Schurz 2023-11-21 12:23:49 +01:00
parent c3b9245900
commit aae720c977
6 changed files with 10 additions and 10 deletions

View file

@ -59,10 +59,10 @@ jobs:
path: ansible_collections/devsec/hardening
submodules: true
- name: Set up Python 3.11
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.11
python-version: 3.12
- name: Install dependencies
run: |

View file

@ -58,10 +58,10 @@ jobs:
path: ansible_collections/devsec/hardening
submodules: true
- name: Set up Python 3.11
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.11
python-version: 3.12
- name: Install dependencies
run: |

View file

@ -59,7 +59,7 @@ jobs:
path: ansible_collections/devsec/hardening
submodules: true
- name: Set up Python 3.12
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.12

View file

@ -29,7 +29,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.11
python-version: 3.12
- name: Install aar_doc
run: pip3 install aar_doc

View file

@ -59,10 +59,10 @@ jobs:
path: ansible_collections/devsec/hardening
submodules: true
- name: Set up Python 3.11
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.11
python-version: 3.12
- name: Install dependencies
run: |

View file

@ -59,10 +59,10 @@ jobs:
path: ansible_collections/devsec/hardening
submodules: true
- name: Set up Python 3.11
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.11
python-version: 3.12
- name: Install dependencies
run: |