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