Skip to content

Commit

Permalink
Chore: Update workflow to pull in latest version
Browse files Browse the repository at this point in the history
Use the latest version of lfit/[email protected]
and lfit/[email protected]

Signed-off-by: Anil Belur <[email protected]>
Change-Id: I0f03ef601414767af40c7e1bacaf6268f49988b4
  • Loading branch information
askb committed Aug 21, 2024
1 parent 453eae3 commit ce3d141
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/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.6
- uses: lfit/checkout-gerrit-change-action@v0.9
with:
gerrit-refspec: ${{ inputs.GERRIT_REFSPEC }}
delay: "0s"
Expand All @@ -84,7 +84,7 @@ jobs:
needs: prepare
runs-on: ubuntu-latest
steps:
- uses: lfit/checkout-gerrit-change-action@v0.6
- uses: lfit/checkout-gerrit-change-action@v0.9
with:
gerrit-refspec: ${{ inputs.GERRIT_REFSPEC }}
delay: "0s"
Expand All @@ -110,7 +110,7 @@ jobs:
steps:
- name: Gerrit Checkout
# yamllint disable-line rule:line-length
uses: lfit/checkout-gerrit-change-action@v0.6
uses: lfit/checkout-gerrit-change-action@v0.9
with:
gerrit-refspec: ${{ inputs.GERRIT_REFSPEC }}
delay: "0s"
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
steps:
- uses: technote-space/workflow-conclusion-action@v3
- name: Set vote
uses: lfit/gerrit-review-action@v0.3
uses: lfit/gerrit-review-action@v0.8
with:
host: ${{ vars.LFIT_GERRIT_SERVER }}
username: ${{ vars.LFIT_GERRIT_SSH_USER }}
Expand Down

0 comments on commit ce3d141

Please sign in to comment.