ci: rename galaxy tag

This commit is contained in:
Guido Grazioli 2023-05-03 08:54:20 +02:00
parent 44ad3b8e6d
commit f566917bc2
4 changed files with 8 additions and 5 deletions

View file

@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python_version: ["3.9"]
python_version: ["3.10"]
steps:
- name: Check out code
uses: actions/checkout@v2
@ -24,9 +24,10 @@ jobs:
path: ansible_collections/middleware_automation/keycloak
- name: Set up Python ${{ matrix.python_version }}
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python_version }}
cache: 'pip'
- name: Install yamllint, ansible and molecule
run: |

View file

@ -32,9 +32,10 @@ jobs:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: 3.9
cache: 'pip'
- name: Install doc dependencies
run: |

View file

@ -24,9 +24,10 @@ jobs:
token: ${{ secrets.TRIGGERING_PAT }}
- name: Set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: "3.x"
cache: 'pip'
- name: Get current version
id: get_version

View file

@ -23,7 +23,7 @@ tags:
- java
- runtimes
- middleware
- A4MW
- a4mw
dependencies:
"middleware_automation.common": ">=1.0.0"
"ansible.posix": ">=1.4.0"