uCI: Update checkout gerrit change action to v0.6 08/72608/1
authorAnil Belur <abelur@linuxfoundation.org>
Sun, 4 Feb 2024 07:26:40 +0000 (17:26 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Sun, 4 Feb 2024 07:26:40 +0000 (17:26 +1000)
Add update python version 3.10, v3.8 is close to EOL
by Oct 2024.

Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
Change-Id: I212f9373e6de1c0a2084125278a165f8d63a9354

.github/workflow/gerrit-verify.yaml

index 0ff54f0..72aa927 100644 (file)
@@ -67,7 +67,7 @@ jobs:
     needs: prepare
     runs-on: ubuntu-latest
     steps:
-      - uses: lfit/checkout-gerrit-change-action@v0.4
+      - uses: lfit/checkout-gerrit-change-action@v0.6
         with:
           gerrit-refspec: ${{ inputs.GERRIT_REFSPEC }}
           delay: "0s"
@@ -84,13 +84,13 @@ jobs:
     needs: prepare
     runs-on: ubuntu-latest
     steps:
-      - uses: lfit/checkout-gerrit-change-action@v0.4
+      - uses: lfit/checkout-gerrit-change-action@v0.6
         with:
           gerrit-refspec: ${{ inputs.GERRIT_REFSPEC }}
           delay: "0s"
       - uses: actions/setup-python@v4
         with:
-          python-version: "3.8"
+          python-version: "3.10"
       - name: Run static analysis and format checkers
         run: pipx run pre-commit run --all-files --show-diff-on-failure
 
@@ -110,7 +110,7 @@ jobs:
     steps:
       - name: Gerrit Checkout
         # yamllint disable-line rule:line-length
-        uses: lfit/checkout-gerrit-change-action@70360ca2f8bee3e6a15224d8a03f8e017b1ac91f # v0.4
+        uses: lfit/checkout-gerrit-change-action@v0.6
         with:
           gerrit-refspec: ${{ inputs.GERRIT_REFSPEC }}
           delay: "0s"