Skip to content

Commit 113e5fc

Browse files
committed
Bump gerrit-review-action to 1.1.1
Catch up with https://github.com/lfreleng-actions/gerrit-review-action/releases Change-Id: I8106211135c52ff4b5c5b7bf705b03f8230c4928 Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
1 parent 990b034 commit 113e5fc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gerrit-verify.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Clear votes
6767
if: ${{ env.ACT != 'true' }}
6868
# yamllint disable-line rule:line-length
69-
uses: lfit/gerrit-review-action@9627b9a144f2a2cad70707ddfae87c87dce60729 # v0.8
69+
uses: lfit/gerrit-review-action@a5de1d5bf17c2603ae81544dc2a455017b454ec8 # v1.1.1
7070
with:
7171
host: ${{ vars.GERRIT_SERVER }}
7272
username: ${{ vars.GERRIT_SSH_USER }}
@@ -215,7 +215,7 @@ jobs:
215215
if: ${{ env.ACT != 'true' }}
216216
- name: Set vote
217217
if: ${{ env.ACT != 'true' }}
218-
uses: lfit/gerrit-review-action@9627b9a144f2a2cad70707ddfae87c87dce60729 # v0.8
218+
uses: lfit/gerrit-review-action@a5de1d5bf17c2603ae81544dc2a455017b454ec8 # v1.1.1
219219
with:
220220
host: ${{ vars.GERRIT_SERVER }}
221221
username: ${{ vars.GERRIT_SSH_USER }}

0 commit comments

Comments
 (0)