@@ -30,17 +30,17 @@ jobs:
3030 shell : bash
3131 steps :
3232 - name : Checkout
33- uses : actions/checkout@v3
33+ uses : actions/checkout@v4
3434 - name : Setup Git User
3535 run : |
3636 git config --global user.email "[email protected] " 3737 git config --global user.name "npm CLI robot"
3838 - name : Setup Node
39- uses : actions/setup-node@v3
39+ uses : actions/setup-node@v4
4040 id : node
4141 with :
42- node-version : 20 .x
43- check-latest : contains('20 .x', '.x')
42+ node-version : 22 .x
43+ check-latest : contains('22 .x', '.x')
4444 - name : Install Latest npm
4545 uses : ./.github/actions/install-latest-npm
4646 with :
5454 run : npx --offline template-oss-release-please --branch="${{ github.ref_name }}" --backport="" --defaultTag="latest"
5555 - name : Create Release Manager Comment Text
5656 if : steps.release.outputs.pr-number
57- uses : actions/github-script@v6
57+ uses : actions/github-script@v7
5858 id : comment-text
5959 with :
6060 result-encoding : string
@@ -107,7 +107,7 @@ jobs:
107107 shell : bash
108108 steps :
109109 - name : Checkout
110- uses : actions/checkout@v3
110+ uses : actions/checkout@v4
111111 with :
112112 fetch-depth : 0
113113 ref : ${{ needs.release.outputs.pr-branch }}
@@ -116,11 +116,11 @@ jobs:
116116 git config --global user.email "[email protected] " 117117 git config --global user.name "npm CLI robot"
118118 - name : Setup Node
119- uses : actions/setup-node@v3
119+ uses : actions/setup-node@v4
120120 id : node
121121 with :
122- node-version : 20 .x
123- check-latest : contains('20 .x', '.x')
122+ node-version : 22 .x
123+ check-latest : contains('22 .x', '.x')
124124 - name : Install Latest npm
125125 uses : ./.github/actions/install-latest-npm
126126 with :
@@ -215,7 +215,7 @@ jobs:
215215 steps :
216216 - name : Create Release PR Comment Text
217217 id : comment-text
218- uses : actions/github-script@v6
218+ uses : actions/github-script@v7
219219 env :
220220 RELEASES : ${{ needs.release.outputs.releases }}
221221 with :
@@ -280,7 +280,7 @@ jobs:
280280 - name : Create Release PR Comment Text
281281 id : comment-text
282282 if : steps.found-comment.outputs.comment-id
283- uses : actions/github-script@v6
283+ uses : actions/github-script@v7
284284 env :
285285 RESULT : ${{ steps.conclusion.outputs.result }}
286286 BODY : ${{ steps.found-comment.outputs.comment-body }}
0 commit comments