diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index 62869861..45453d56 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -12,9 +12,9 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v5 with: - python-version: '3.x' + python-version: '>=3.9' - name: Install dependencies run: | pip install molecule molecule-plugins[docker] pytest pytest-testinfra