File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed
Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 88 pre-commit :
99 runs-on : ubuntu-22.04
1010 steps :
11- - uses : actions/checkout@v2
12- - uses : actions/setup-python@v2
11+ - uses : actions/checkout@v4
12+ - uses : actions/setup-python@v5
1313 with :
1414 # The pylint-odoo version we use here does not support python 3.10
1515 # https://github.com/OCA/oca-addons-repo-template/issues/80
Original file line number Diff line number Diff line change 2727 OPENUPGRADE_USE_DEMO : " yes"
2828 steps :
2929 - name : Set up Python
30- uses : actions/setup-python@v2
30+ uses : actions/setup-python@v5
3131 with :
32- python-version : 3.7
32+ python-version : 3.8
3333 - name : Configure Postgres
3434 uses : harmon758/postgresql-action@v1
3535 with :
@@ -59,14 +59,14 @@ jobs:
5959 # - git reset -q --hard $TRAVIS_COMMIT
6060 # Install Python requirements of target release
6161 - name : Check out Odoo
62- uses : actions/checkout@v2
62+ uses : actions/checkout@v4
6363 with :
6464 repository : odoo/odoo
6565 ref : " 15.0"
6666 fetch-depth : 1
6767 path : odoo
6868 - name : Check out OpenUpgrade
69- uses : actions/checkout@v2
69+ uses : actions/checkout@v4
7070 with :
7171 path : openupgrade
7272 - name : Configuration
Original file line number Diff line number Diff line change 1+ # generated from manifests external_dependencies
12openupgradelib
Original file line number Diff line number Diff line change 1+ openupgradelib @ git+https://github.com/OCA/openupgradelib.git@master
You can’t perform that action at this time.
0 commit comments