@@ -31,13 +31,13 @@ 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 "[email protected] "
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
43
node-version : 20.x
58
58
run : npx --offline template-oss-release-please --branch="${{ github.ref_name }}" --backport="6" --defaultTag="latest"
59
59
- name : Create Release Manager Comment Text
60
60
if : steps.release.outputs.pr-number
61
- uses : actions/github-script@v6
61
+ uses : actions/github-script@v7
62
62
id : comment-text
63
63
with :
64
64
result-encoding : string
@@ -111,7 +111,7 @@ jobs:
111
111
shell : bash
112
112
steps :
113
113
- name : Checkout
114
- uses : actions/checkout@v3
114
+ uses : actions/checkout@v4
115
115
with :
116
116
fetch-depth : 0
117
117
ref : ${{ needs.release.outputs.pr-branch }}
@@ -120,7 +120,7 @@ jobs:
120
120
git config --global user.email "[email protected] "
121
121
git config --global user.name "npm CLI robot"
122
122
- name : Setup Node
123
- uses : actions/setup-node@v3
123
+ uses : actions/setup-node@v4
124
124
id : node
125
125
with :
126
126
node-version : 20.x
@@ -222,7 +222,7 @@ jobs:
222
222
steps :
223
223
- name : Create Release PR Comment Text
224
224
id : comment-text
225
- uses : actions/github-script@v6
225
+ uses : actions/github-script@v7
226
226
env :
227
227
RELEASES : ${{ needs.release.outputs.releases }}
228
228
with :
@@ -287,7 +287,7 @@ jobs:
287
287
- name : Create Release PR Comment Text
288
288
id : comment-text
289
289
if : steps.found-comment.outputs.comment-id
290
- uses : actions/github-script@v6
290
+ uses : actions/github-script@v7
291
291
env :
292
292
RESULT : ${{ steps.conclusion.outputs.result }}
293
293
BODY : ${{ steps.found-comment.outputs.comment-body }}
0 commit comments