]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
Update python action, python version ansible-lint-update-python
authorDan Mick <dan.mick@redhat.com>
Mon, 10 Nov 2025 20:10:46 +0000 (12:10 -0800)
committerDan Mick <dan.mick@redhat.com>
Mon, 10 Nov 2025 20:10:46 +0000 (12:10 -0800)
From fernando.alcocer@ibm.com (part of an existing PR)

Signed-off-by: Dan Mick <dan.mick@redhat.com>
.github/workflows/tests.yml

index e334a5aceea2242a14222801fdaaff9ee5b3111b..c58f4873a9207ded6522a1543e3457430b5a8490 100644 (file)
@@ -6,7 +6,10 @@ jobs:
   syntax-check:
     runs-on: ubuntu-latest
     steps:
-    - uses: actions/checkout@v3
+    - uses: actions/setup-python@v5
+      with:
+        python-version: '3.9'
+
     - name: Install ansible
       run: |
         sudo apt-get update