@@ -30,13 +30,13 @@ jobs:
3030 shell : bash
3131 steps :
3232 - name : Checkout
33- uses : actions/checkout@v3
33+ uses : actions/checkout@v4
3434 - name : Setup Git User
3535 run : |
3636 git config --global user.email "[email protected] " 3737 git config --global user.name "npm CLI robot"
3838 - name : Setup Node
39- uses : actions/setup-node@v3
39+ uses : actions/setup-node@v4
4040 id : node
4141 with :
4242 node-version : 22.x
5454 run : npx --offline template-oss-release-please --branch="${{ github.ref_name }}" --backport="" --defaultTag="latest"
5555 - name : Create Release Manager Comment Text
5656 if : steps.release.outputs.pr-number
57- uses : actions/github-script@v6
57+ uses : actions/github-script@v7
5858 id : comment-text
5959 with :
6060 result-encoding : string
@@ -107,7 +107,7 @@ jobs:
107107 shell : bash
108108 steps :
109109 - name : Checkout
110- uses : actions/checkout@v3
110+ uses : actions/checkout@v4
111111 with :
112112 fetch-depth : 0
113113 ref : ${{ needs.release.outputs.pr-branch }}
@@ -116,7 +116,7 @@ jobs:
116116 git config --global user.email "[email protected] " 117117 git config --global user.name "npm CLI robot"
118118 - name : Setup Node
119- uses : actions/setup-node@v3
119+ uses : actions/setup-node@v4
120120 id : node
121121 with :
122122 node-version : 22.x
@@ -215,7 +215,7 @@ jobs:
215215 steps :
216216 - name : Create Release PR Comment Text
217217 id : comment-text
218- uses : actions/github-script@v6
218+ uses : actions/github-script@v7
219219 env :
220220 RELEASES : ${{ needs.release.outputs.releases }}
221221 with :
@@ -280,7 +280,7 @@ jobs:
280280 - name : Create Release PR Comment Text
281281 id : comment-text
282282 if : steps.found-comment.outputs.comment-id
283- uses : actions/github-script@v6
283+ uses : actions/github-script@v7
284284 env :
285285 RESULT : ${{ steps.conclusion.outputs.result }}
286286 BODY : ${{ steps.found-comment.outputs.comment-body }}
0 commit comments