@@ -31,17 +31,17 @@ jobs:
31
31
shell : bash
32
32
steps :
33
33
- name : Checkout
34
- uses : actions/checkout@v3
34
+ uses : actions/checkout@v4
35
35
- name : Setup Git User
36
36
run : |
37
37
git config --global user.email "npm-cli+bot@github.com"
38
38
git config --global user.name "npm CLI robot"
39
39
- name : Setup Node
40
- uses : actions/setup-node@v3
40
+ uses : actions/setup-node@v4
41
41
id : node
42
42
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')
45
45
- name : Install Latest npm
46
46
uses : ./.github/actions/install-latest-npm
47
47
with :
55
55
run : npx --offline template-oss-release-please --branch="${{ github.ref_name }}" --backport="" --defaultTag="latest"
56
56
- name : Create Release Manager Comment Text
57
57
if : steps.release.outputs.pr-number
58
- uses : actions/github-script@v6
58
+ uses : actions/github-script@v7
59
59
id : comment-text
60
60
with :
61
61
result-encoding : string
@@ -108,7 +108,7 @@ jobs:
108
108
shell : bash
109
109
steps :
110
110
- name : Checkout
111
- uses : actions/checkout@v3
111
+ uses : actions/checkout@v4
112
112
with :
113
113
fetch-depth : 0
114
114
ref : ${{ needs.release.outputs.pr-branch }}
@@ -117,11 +117,11 @@ jobs:
117
117
git config --global user.email "npm-cli+bot@github.com"
118
118
git config --global user.name "npm CLI robot"
119
119
- name : Setup Node
120
- uses : actions/setup-node@v3
120
+ uses : actions/setup-node@v4
121
121
id : node
122
122
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')
125
125
- name : Install Latest npm
126
126
uses : ./.github/actions/install-latest-npm
127
127
with :
@@ -216,7 +216,7 @@ jobs:
216
216
steps :
217
217
- name : Create Release PR Comment Text
218
218
id : comment-text
219
- uses : actions/github-script@v6
219
+ uses : actions/github-script@v7
220
220
env :
221
221
RELEASES : ${{ needs.release.outputs.releases }}
222
222
with :
@@ -281,7 +281,7 @@ jobs:
281
281
- name : Create Release PR Comment Text
282
282
id : comment-text
283
283
if : steps.found-comment.outputs.comment-id
284
- uses : actions/github-script@v6
284
+ uses : actions/github-script@v7
285
285
env :
286
286
RESULT : ${{ steps.conclusion.outputs.result }}
287
287
BODY : ${{ steps.found-comment.outputs.comment-body }}
0 commit comments