File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ jobs:
131
131
- name : Determine version
132
132
if : steps.automerge.outputs.mergeResult == 'merged'
133
133
id : version
134
- uses : actions/github-script@v7
134
+ uses : actions/github-script@v8
135
135
with :
136
136
result-encoding : string
137
137
script : |
Original file line number Diff line number Diff line change 79
79
env :
80
80
VERSION_BUMP : ${{ inputs.versionBump }}
81
81
id : version
82
- uses : actions/github-script@v7
82
+ uses : actions/github-script@v8
83
83
with :
84
84
result-encoding : string
85
85
script : |
Original file line number Diff line number Diff line change 48
48
49
49
- name : Determine the version bump
50
50
id : version
51
- uses : actions/github-script@v7
51
+ uses : actions/github-script@v8
52
52
env :
53
53
VERSION_BUMP : ${{ inputs.versionBump }}
54
54
with :
68
68
- name : Prepare io-package.json
69
69
env :
70
70
VERSION : ${{ steps.version.outputs.result }}
71
- uses : actions/github-script@v7
71
+ uses : actions/github-script@v8
72
72
with :
73
73
script : |
74
74
const semver = require('semver');
@@ -107,7 +107,7 @@ jobs:
107
107
- name : Prepare changelog
108
108
env :
109
109
VERSION : ${{ steps.version.outputs.result }}
110
- uses : actions/github-script@v7
110
+ uses : actions/github-script@v8
111
111
with :
112
112
script : |
113
113
const fs = require('fs-extra');
You can’t perform that action at this time.
0 commit comments