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 9797
9898 - name : Extract version number
9999 id : extract_version
100- uses : actions/github-script@v7
100+ uses : actions/github-script@v8
101101 with :
102102 script : |
103103 const agentVersion = '${{ matrix.db_version }}';
Original file line number Diff line number Diff line change 4646
4747 - name : Extract version number
4848 id : extract_version
49- uses : actions/github-script@v7
49+ uses : actions/github-script@v8
5050 with :
5151 script : |
5252 const agentVersion = '${{ matrix.db_version }}';
Original file line number Diff line number Diff line change 4040
4141 - name : Extract version number
4242 id : extract_version
43- uses : actions/github-script@v7
43+ uses : actions/github-script@v8
4444 with :
4545 script : |
4646 const agentVersion = '${{ matrix.db_version }}';
You can’t perform that action at this time.
0 commit comments