File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -389,7 +389,7 @@ jobs:
389389 merge-multiple : true
390390
391391 - name : Update unstable git tag
392- uses : actions/github-script@v7 .0.1
392+ uses : actions/github-script@v8 .0.0
393393 with :
394394 script : |
395395 const script = require('./.github/scripts/update-unstable-tag.cjs');
@@ -460,7 +460,7 @@ jobs:
460460 .github/scripts
461461
462462 - name : Remove label and comment
463- uses : actions/github-script@v7 .0.1
463+ uses : actions/github-script@v8 .0.0
464464 env :
465465 BUILD_IMAGE_MANIFEST : ${{ needs.build-image.outputs.metadata }}
466466 with :
Original file line number Diff line number Diff line change 3030 .github/scripts
3131
3232 - name : Push branch and open a PR
33- uses : actions/github-script@v7 .0.1
33+ uses : actions/github-script@v8 .0.0
3434 env :
3535 SHA : ${{ inputs.sha }}
3636 with :
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ jobs:
112112 .github/scripts
113113
114114 - name : Create a new release branch
115- uses : actions/github-script@v7 .0.1
115+ uses : actions/github-script@v8 .0.0
116116 env :
117117 BRANCH : release/v${{ needs.compute-version.outputs.short }}
118118 SHA : ${{ needs.tag.outputs.sha }}
Original file line number Diff line number Diff line change 8282 .github/scripts
8383
8484 - name : Update the release branch
85- uses : actions/github-script@v7 .0.1
85+ uses : actions/github-script@v8 .0.0
8686 env :
8787 BRANCH : " ${{ github.ref_name }}"
8888 SHA : ${{ needs.tag.outputs.sha }}
Original file line number Diff line number Diff line change 4646 run : cargo metadata --format-version 1
4747
4848 - name : Commit and tag using the GitHub API
49- uses : actions/github-script@v7 .0.1
49+ uses : actions/github-script@v8 .0.0
5050 id : commit
5151 env :
5252 VERSION : ${{ inputs.version }}
5858 return await script({ core, github, context });
5959
6060 - name : Update the refs
61- uses : actions/github-script@v7 .0.1
61+ uses : actions/github-script@v8 .0.0
6262 env :
6363 VERSION : ${{ inputs.version }}
6464 TAG_SHA : ${{ fromJSON(steps.commit.outputs.result).tag }}
You can’t perform that action at this time.
0 commit comments