Skip to content

Commit 06ba4a4

Browse files
Chore: Update actions to resolve Node.js 20 deprecation
Update pinned action versions in gerrit-verify.yaml to use releases that support Node.js 24: - lfreleng-actions/gerrit-review-action: v0.9 to v0.10.1 - lfreleng-actions/checkout-gerrit-change-action: v0.9 to v1.0.0 - im-open/workflow-conclusion: v2.2.3 to v2.2.4 GitHub will force Node.js 24 as the default runner starting June 2nd, 2026. These updates resolve the deprecation warnings from the current CI runs. Change-Id: Ic387e94472f4c7bdd94b35b2116474d1cefe30b3 Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
1 parent 5375fe1 commit 06ba4a4

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/gerrit-verify.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
steps:
5555
- name: Clear votes
5656
# yamllint disable-line rule:line-length
57-
uses: lfreleng-actions/gerrit-review-action@537251ec667665b386f70b330b05446e3fc29087 # v0.9
57+
uses: lfreleng-actions/gerrit-review-action@e45f62338f10b5b8421b5b656c467eba20b8e064 # v0.10.1
5858
with:
5959
host: ${{ vars.LFIT_GERRIT_SERVER }}
6060
username: ${{ vars.LFIT_GERRIT_SSH_USER }}
@@ -72,7 +72,7 @@ jobs:
7272
steps:
7373
- name: Checkout change
7474
# yamllint disable-line rule:line-length
75-
uses: lfreleng-actions/checkout-gerrit-change-action@54d751e8bd167bc91f7d665dabe33fae87aaaa63 # v0.9
75+
uses: lfreleng-actions/checkout-gerrit-change-action@0768d4c4e63940c6198dfb222f9c271d1f72fc18 # v1.0.0
7676
with:
7777
gerrit-refspec: ${{ inputs.GERRIT_REFSPEC }}
7878
delay: "0s"
@@ -92,7 +92,7 @@ jobs:
9292
steps:
9393
- name: Checkout change
9494
# yamllint disable-line rule:line-length
95-
uses: lfreleng-actions/checkout-gerrit-change-action@54d751e8bd167bc91f7d665dabe33fae87aaaa63 # v0.9
95+
uses: lfreleng-actions/checkout-gerrit-change-action@0768d4c4e63940c6198dfb222f9c271d1f72fc18 # v1.0.0
9696
with:
9797
gerrit-refspec: ${{ inputs.GERRIT_REFSPEC }}
9898
delay: "0s"
@@ -112,7 +112,7 @@ jobs:
112112
steps:
113113
- name: Checkout change
114114
# yamllint disable-line rule:line-length
115-
uses: lfreleng-actions/checkout-gerrit-change-action@54d751e8bd167bc91f7d665dabe33fae87aaaa63 # v0.9
115+
uses: lfreleng-actions/checkout-gerrit-change-action@0768d4c4e63940c6198dfb222f9c271d1f72fc18 # v1.0.0
116116
with:
117117
gerrit-refspec: ${{ inputs.GERRIT_REFSPEC }}
118118
- name: Configure Python
@@ -148,7 +148,7 @@ jobs:
148148
steps:
149149
- name: Checkout change
150150
# yamllint disable-line rule:line-length
151-
uses: lfreleng-actions/checkout-gerrit-change-action@54d751e8bd167bc91f7d665dabe33fae87aaaa63 # v0.9
151+
uses: lfreleng-actions/checkout-gerrit-change-action@0768d4c4e63940c6198dfb222f9c271d1f72fc18 # v1.0.0
152152
with:
153153
gerrit-refspec: ${{ inputs.GERRIT_REFSPEC }}
154154
delay: "0s"
@@ -189,7 +189,7 @@ jobs:
189189
steps:
190190
- name: Checkout change
191191
# yamllint disable-line rule:line-length
192-
uses: lfreleng-actions/checkout-gerrit-change-action@54d751e8bd167bc91f7d665dabe33fae87aaaa63 # v0.9
192+
uses: lfreleng-actions/checkout-gerrit-change-action@0768d4c4e63940c6198dfb222f9c271d1f72fc18 # v1.0.0
193193
with:
194194
gerrit-refspec: ${{ inputs.GERRIT_REFSPEC }}
195195
delay: "0s"
@@ -225,10 +225,10 @@ jobs:
225225
steps:
226226
- name: Get conclusion
227227
# yamllint disable-line rule:line-length
228-
uses: im-open/workflow-conclusion@e4f7c4980600fbe0818173e30931d3550801b992 # v2.2.3
228+
uses: im-open/workflow-conclusion@fce18569e28a9f2ed1feca1e6d4251e6a7365fdc # v2.2.4
229229
- name: Set vote
230230
# yamllint disable-line rule:line-length
231-
uses: lfreleng-actions/gerrit-review-action@537251ec667665b386f70b330b05446e3fc29087 # v0.9
231+
uses: lfreleng-actions/gerrit-review-action@e45f62338f10b5b8421b5b656c467eba20b8e064 # v0.10.1
232232
with:
233233
host: ${{ vars.LFIT_GERRIT_SERVER }}
234234
username: ${{ vars.LFIT_GERRIT_SSH_USER }}

0 commit comments

Comments
 (0)