File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 97
97
98
98
- name : Extract version number
99
99
id : extract_version
100
- uses : actions/github-script@v7
100
+ uses : actions/github-script@v8
101
101
with :
102
102
script : |
103
103
const agentVersion = '${{ matrix.db_version }}';
Original file line number Diff line number Diff line change 46
46
47
47
- name : Extract version number
48
48
id : extract_version
49
- uses : actions/github-script@v7
49
+ uses : actions/github-script@v8
50
50
with :
51
51
script : |
52
52
const agentVersion = '${{ matrix.db_version }}';
Original file line number Diff line number Diff line change 40
40
41
41
- name : Extract version number
42
42
id : extract_version
43
- uses : actions/github-script@v7
43
+ uses : actions/github-script@v8
44
44
with :
45
45
script : |
46
46
const agentVersion = '${{ matrix.db_version }}';
You can’t perform that action at this time.
0 commit comments