Chore: Update to gerrit-review-action@v0.5 23/110223/1
authorAnil Belur <abelur@linuxfoundation.org>
Mon, 12 Feb 2024 07:45:57 +0000 (17:45 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Mon, 12 Feb 2024 07:45:57 +0000 (17:45 +1000)
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/

Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
Change-Id: Ie4225bcf73988f6393adace8dd9e8356b0433332

.github/workflows/gerrit-verify.yaml

index ef05ffc503ca401f7d9407b1b8f913493be5c803..daf430d162280d4d713f0798bdadc0c72f2ee617 100644 (file)
@@ -55,7 +55,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.GERRIT_SERVER }}
           username: ${{ vars.GERRIT_SSH_USER }}
@@ -267,7 +267,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.GERRIT_SERVER }}
           username: ${{ vars.GERRIT_SSH_USER }}