@@ -17,12 +17,12 @@ jobs:
1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Checkout PR branch
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v5
2121 with :
2222 ref : ${{ github.event.pull_request.head.sha }}
2323
2424 - name : Checkout base branch
25- uses : actions/checkout@v4
25+ uses : actions/checkout@v5
2626 with :
2727 ref : ${{ github.event.pull_request.base.ref }}
2828 path : base
6060 if : needs.validate-version.outputs.result == 'success'
6161 steps :
6262 - name : Checkout PR branch
63- uses : actions/checkout@v4
63+ uses : actions/checkout@v5
6464 with :
6565 ref : ${{ github.event.pull_request.head.sha }}
6666
8989 if : github.event.action != 'edited'
9090 steps :
9191 - name : Checkout PR branch
92- uses : actions/checkout@v4
92+ uses : actions/checkout@v5
9393 with :
9494 ref : ${{ github.event.pull_request.head.sha }}
9595 fetch-depth : 0
@@ -167,7 +167,7 @@ jobs:
167167 runs-on : ubuntu-latest
168168 steps :
169169 - name : Checkout PR branch
170- uses : actions/checkout@v4
170+ uses : actions/checkout@v5
171171 with :
172172 ref : ${{ github.event.pull_request.head.sha }}
173173
@@ -203,7 +203,7 @@ jobs:
203203 if : always() && github.event.action != 'edited'
204204 steps :
205205 - name : Update PR description
206- uses : actions/github-script@v7
206+ uses : actions/github-script@v8
207207 with :
208208 script : |
209209 // Get current PR body
@@ -260,7 +260,7 @@ jobs:
260260 if : always() && github.event.action != 'edited'
261261 steps :
262262 - name : Create summary comment
263- uses : actions/github-script@v7
263+ uses : actions/github-script@v8
264264 with :
265265 script : |
266266 const versionResult = '${{ needs.validate-version.outputs.result }}';
0 commit comments