@@ -31,13 +31,13 @@ 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 "npm-cli+bot@github.com"
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 :
4343 node-version : 20.x
5858 run : npx --offline template-oss-release-please --branch="${{ github.ref_name }}" --backport="6" --defaultTag="latest"
5959 - name : Create Release Manager Comment Text
6060 if : steps.release.outputs.pr-number
61- uses : actions/github-script@v6
61+ uses : actions/github-script@v7
6262 id : comment-text
6363 with :
6464 result-encoding : string
@@ -111,7 +111,7 @@ jobs:
111111 shell : bash
112112 steps :
113113 - name : Checkout
114- uses : actions/checkout@v3
114+ uses : actions/checkout@v4
115115 with :
116116 fetch-depth : 0
117117 ref : ${{ needs.release.outputs.pr-branch }}
@@ -120,7 +120,7 @@ jobs:
120120 git config --global user.email "npm-cli+bot@github.com"
121121 git config --global user.name "npm CLI robot"
122122 - name : Setup Node
123- uses : actions/setup-node@v3
123+ uses : actions/setup-node@v4
124124 id : node
125125 with :
126126 node-version : 20.x
@@ -222,7 +222,7 @@ jobs:
222222 steps :
223223 - name : Create Release PR Comment Text
224224 id : comment-text
225- uses : actions/github-script@v6
225+ uses : actions/github-script@v7
226226 env :
227227 RELEASES : ${{ needs.release.outputs.releases }}
228228 with :
@@ -287,7 +287,7 @@ jobs:
287287 - name : Create Release PR Comment Text
288288 id : comment-text
289289 if : steps.found-comment.outputs.comment-id
290- uses : actions/github-script@v6
290+ uses : actions/github-script@v7
291291 env :
292292 RESULT : ${{ steps.conclusion.outputs.result }}
293293 BODY : ${{ steps.found-comment.outputs.comment-body }}
0 commit comments