Skip to content

Commit

Permalink
uCI: Update checkout gerrit change action to v0.6
Browse files Browse the repository at this point in the history
Add update python version 3.10, v3.8 is close to EOL
by Oct 2024.

Signed-off-by: Anil Belur <[email protected]>
Change-Id: I212f9373e6de1c0a2084125278a165f8d63a9354
  • Loading branch information
askb committed Feb 4, 2024
1 parent 33aecd3 commit ff10d87
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflow/gerrit-verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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

Expand All @@ -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"
Expand Down

0 comments on commit ff10d87

Please sign in to comment.