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:
389
389
merge-multiple : true
390
390
391
391
- name : Update unstable git tag
392
- uses : actions/github-script@v7 .0.1
392
+ uses : actions/github-script@v8 .0.0
393
393
with :
394
394
script : |
395
395
const script = require('./.github/scripts/update-unstable-tag.cjs');
@@ -460,7 +460,7 @@ jobs:
460
460
.github/scripts
461
461
462
462
- name : Remove label and comment
463
- uses : actions/github-script@v7 .0.1
463
+ uses : actions/github-script@v8 .0.0
464
464
env :
465
465
BUILD_IMAGE_MANIFEST : ${{ needs.build-image.outputs.metadata }}
466
466
with :
Original file line number Diff line number Diff line change 30
30
.github/scripts
31
31
32
32
- name : Push branch and open a PR
33
- uses : actions/github-script@v7 .0.1
33
+ uses : actions/github-script@v8 .0.0
34
34
env :
35
35
SHA : ${{ inputs.sha }}
36
36
with :
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ jobs:
112
112
.github/scripts
113
113
114
114
- name : Create a new release branch
115
- uses : actions/github-script@v7 .0.1
115
+ uses : actions/github-script@v8 .0.0
116
116
env :
117
117
BRANCH : release/v${{ needs.compute-version.outputs.short }}
118
118
SHA : ${{ needs.tag.outputs.sha }}
Original file line number Diff line number Diff line change 82
82
.github/scripts
83
83
84
84
- name : Update the release branch
85
- uses : actions/github-script@v7 .0.1
85
+ uses : actions/github-script@v8 .0.0
86
86
env :
87
87
BRANCH : " ${{ github.ref_name }}"
88
88
SHA : ${{ needs.tag.outputs.sha }}
Original file line number Diff line number Diff line change 46
46
run : cargo metadata --format-version 1
47
47
48
48
- name : Commit and tag using the GitHub API
49
- uses : actions/github-script@v7 .0.1
49
+ uses : actions/github-script@v8 .0.0
50
50
id : commit
51
51
env :
52
52
VERSION : ${{ inputs.version }}
58
58
return await script({ core, github, context });
59
59
60
60
- name : Update the refs
61
- uses : actions/github-script@v7 .0.1
61
+ uses : actions/github-script@v8 .0.0
62
62
env :
63
63
VERSION : ${{ inputs.version }}
64
64
TAG_SHA : ${{ fromJSON(steps.commit.outputs.result).tag }}
You can’t perform that action at this time.
0 commit comments