From: Anil Belur Date: Mon, 12 Feb 2024 07:37:45 +0000 (+1000) Subject: Chore: Update to gerrit-review-action@v0.5 X-Git-Tag: v0.90.1~8^2 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?p=releng%2Fglobal-jjb.git;a=commitdiff_plain;h=47fe9378c5ac355a9bfe98df7b4776d32cfa9d82 Chore: Update to gerrit-review-action@v0.5 The gerrit-review-action@v0.3 shows the deprecation warnings that is fixed in v0.5. Warning: Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: shimataro/ssh-key-action@v2.5.1. For more information see: Ref: https://github.blog/changelog/2023-09-22-github-actions -transitioning-from-node-16-to-node-20/ Issue: RELENG-5136 Change-Id: I0b931a12e73eb75bdfbf040d57b056764d834f56 Signed-off-by: Anil Belur --- diff --git a/.github/workflows/gerrit-verify.yaml b/.github/workflows/gerrit-verify.yaml index 1c5a29f8..84fded09 100644 --- a/.github/workflows/gerrit-verify.yaml +++ b/.github/workflows/gerrit-verify.yaml @@ -51,7 +51,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Clear votes - uses: lfit/gerrit-review-action@v0.3 + uses: lfit/gerrit-review-action@v0.5 with: host: ${{ vars.LFIT_GERRIT_SERVER }} username: ${{ vars.LFIT_GERRIT_SSH_USER }} @@ -101,7 +101,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.5 with: host: ${{ vars.LFIT_GERRIT_SERVER }} username: ${{ vars.LFIT_GERRIT_SSH_USER }}