Skip to content

Commit 11c0a09

Browse files
[FIX] github actions
1 parent a743b56 commit 11c0a09

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

.github/workflows/pre-commit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
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

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
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

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
# generated from manifests external_dependencies
12
openupgradelib

test-requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
openupgradelib @ git+https://github.com/OCA/openupgradelib.git@master

0 commit comments

Comments
 (0)