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/.
Change-Id: I1f193dd1f8e9bae2b35ca5c3864aa2e8283ba99c
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
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 }}
- name: Get workflow conclusion
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 }}