Skip to content

Commit

Permalink
CI: Update to latest versions of actions
Browse files Browse the repository at this point in the history
* lfit/checkout-gerrit-change-action v0.3 -> v0.9
* lfit/gerrit-review-action v0.3 -> v0.8

Issue: Fixes #11
Signed-off-by: Andrew Grimberg <[email protected]>
Change-Id: I1d5e157e350d05469e26ff56eca22a20ce878213
  • Loading branch information
tykeal committed Aug 7, 2024
1 parent 28ef462 commit 5b70d71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gerrit-verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
wheel-distribution: ${{ steps.wheel-distribution.outputs.path }}
steps:
- name: Checkout change
uses: lfit/checkout-gerrit-change-action@v0.3
uses: lfit/checkout-gerrit-change-action@54d751e8bd167bc91f7d665dabe33fae87aaaa63 # v0.9
with:
gerrit-refspec: ${{ inputs.GERRIT_REFSPEC }}
- name: Configure Python
Expand Down Expand Up @@ -219,7 +219,7 @@ jobs:
# yamllint disable-line rule:line-length
uses: im-open/workflow-conclusion@e4f7c4980600fbe0818173e30931d3550801b992 # v2.2.3
- name: Set vote
uses: lfit/gerrit-review-action@v0.3
uses: lfit/gerrit-review-action@9627b9a144f2a2cad70707ddfae87c87dce60729 # v0.8
with:
host: ${{ vars.LFIT_GERRIT_SERVER }}
username: ${{ vars.LFIT_GERRIT_SSH_USER }}
Expand Down

0 comments on commit 5b70d71

Please sign in to comment.