diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 955a729..dfb73ba 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,10 +15,10 @@ jobs: - name: Check out the codebase. uses: actions/checkout@v4 - - name: Set up Python 3. + - name: Set up Python 3.13. uses: actions/setup-python@v4 with: - python-version: '3.x' + python-version: '3.13.x' - name: Install test dependencies. run: pip3 install ansible diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index de7e130..8b8a2b2 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -16,10 +16,10 @@ jobs: - name: Check out the codebase. uses: actions/checkout@v4 - - name: Set up Python 3.7. + - name: Set up Python 3.13. uses: actions/setup-python@v4 with: - python-version: '3.x' + python-version: '3.13.x' - name: Install test dependencies. run: pip3 install yamllint ansible-lint ansible