Skip to content

Commit

Permalink
Chore: Update to [email protected]
Browse files Browse the repository at this point in the history
The [email protected] 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/[email protected].
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 <[email protected]>
  • Loading branch information
askb committed Feb 12, 2024
1 parent 9a67c40 commit 8c3ae49
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 @@ -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 }}
Expand Down Expand Up @@ -193,7 +193,7 @@ jobs:
- 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 }}
Expand Down

0 comments on commit 8c3ae49

Please sign in to comment.