File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 pull-requests : read
1616 steps :
1717 - name : Enforce Multiple Approvals for Major Releases
18- uses : actions/github-script@v8
18+ uses : actions/github-script@v9
1919 with :
2020 script : |
2121 const prTitle = context.payload.pull_request.title;
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
1818
1919 steps :
2020 - name : Checkout code
21- uses : actions/checkout@v4
21+ uses : actions/checkout@v7
2222
2323 - name : Set up Python ${{ matrix.python-version }}
24- uses : actions/setup-python@v5
24+ uses : actions/setup-python@v6
2525 with :
2626 python-version : ${{ matrix.python-version }}
2727
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- from ubuntu:22 .04
15+ from ubuntu:26 .04
1616
1717ENV DEBIAN_FRONTEND noninteractive
1818
You can’t perform that action at this time.
0 commit comments