File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6363 runs-on : ubuntu-latest
6464 steps :
6565 - uses : actions/checkout@{{% param "checkout_action_version" %}}
66- - uses : actions/setup-node@v4
66+ - uses : actions/setup-node@v5
6767 with :
68- node-version : " 18 "
68+ node-version : " 24 "
6969 - run : npm install
7070 - run : npx tsx 06-quality-gated-pr.ts
7171 env :
9292 runs-on : ubuntu-latest
9393 steps :
9494 - uses : actions/checkout@{{% param "checkout_action_version" %}}
95- - uses : actions/setup-python@v5
95+ - uses : actions/setup-python@v6
9696 with :
97- python-version : " 3.8 "
97+ python-version : " 3.14 "
9898 - run : pip install e2b python-dotenv
9999 - run : python 06_quality_gated_pr.py
100100 env :
Original file line number Diff line number Diff line change 6666 - uses : actions/checkout@{{% param "checkout_action_version" %}}
6767
6868 - name : Set up Python
69- uses : actions/setup-python@v5
69+ uses : actions/setup-python@v6
7070 with :
71- python-version : ' 3.12 '
71+ python-version : ' 3.14 '
7272
7373 - name : Install dependencies
7474 run : |
You can’t perform that action at this time.
0 commit comments