From ff10d8736baf4179c857394407f70ef90eee1132 Mon Sep 17 00:00:00 2001 From: Anil Belur Date: Sun, 4 Feb 2024 17:26:40 +1000 Subject: [PATCH] uCI: Update checkout gerrit change action to v0.6 Add update python version 3.10, v3.8 is close to EOL by Oct 2024. Signed-off-by: Anil Belur Change-Id: I212f9373e6de1c0a2084125278a165f8d63a9354 --- .github/workflow/gerrit-verify.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflow/gerrit-verify.yaml b/.github/workflow/gerrit-verify.yaml index 0ff54f0..72aa927 100644 --- a/.github/workflow/gerrit-verify.yaml +++ b/.github/workflow/gerrit-verify.yaml @@ -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" -- 2.16.6