@@ -31,17 +31,17 @@ jobs:
3131 shell : bash
3232 steps :
3333 - name : Checkout
34- uses : actions/checkout@v3
34+ uses : actions/checkout@v4
3535 - name : Setup Git User
3636 run : |
3737 git config --global user.email "[email protected] " 3838 git config --global user.name "npm CLI robot"
3939 - name : Setup Node
40- uses : actions/setup-node@v3
40+ uses : actions/setup-node@v4
4141 id : node
4242 with :
43- node-version : 20 .x
44- check-latest : contains('20 .x', '.x')
43+ node-version : 22 .x
44+ check-latest : contains('22 .x', '.x')
4545 - name : Install Latest npm
4646 uses : ./.github/actions/install-latest-npm
4747 with :
5555 run : npx --offline template-oss-release-please --branch="${{ github.ref_name }}" --backport="" --defaultTag="latest"
5656 - name : Create Release Manager Comment Text
5757 if : steps.release.outputs.pr-number
58- uses : actions/github-script@v6
58+ uses : actions/github-script@v7
5959 id : comment-text
6060 with :
6161 result-encoding : string
@@ -108,7 +108,7 @@ jobs:
108108 shell : bash
109109 steps :
110110 - name : Checkout
111- uses : actions/checkout@v3
111+ uses : actions/checkout@v4
112112 with :
113113 fetch-depth : 0
114114 ref : ${{ needs.release.outputs.pr-branch }}
@@ -117,11 +117,11 @@ jobs:
117117 git config --global user.email "[email protected] " 118118 git config --global user.name "npm CLI robot"
119119 - name : Setup Node
120- uses : actions/setup-node@v3
120+ uses : actions/setup-node@v4
121121 id : node
122122 with :
123- node-version : 20 .x
124- check-latest : contains('20 .x', '.x')
123+ node-version : 22 .x
124+ check-latest : contains('22 .x', '.x')
125125 - name : Install Latest npm
126126 uses : ./.github/actions/install-latest-npm
127127 with :
@@ -216,7 +216,7 @@ jobs:
216216 steps :
217217 - name : Create Release PR Comment Text
218218 id : comment-text
219- uses : actions/github-script@v6
219+ uses : actions/github-script@v7
220220 env :
221221 RELEASES : ${{ needs.release.outputs.releases }}
222222 with :
@@ -281,7 +281,7 @@ jobs:
281281 - name : Create Release PR Comment Text
282282 id : comment-text
283283 if : steps.found-comment.outputs.comment-id
284- uses : actions/github-script@v6
284+ uses : actions/github-script@v7
285285 env :
286286 RESULT : ${{ steps.conclusion.outputs.result }}
287287 BODY : ${{ steps.found-comment.outputs.comment-body }}
0 commit comments