Skip to content

Commit f00f7b4

Browse files
committed
[IMP] update repository template
1 parent 64684a6 commit f00f7b4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Do NOT update manually; changes here will be overwritten by Copier
2-
_commit: v2.3.1
2+
_commit: v2.3.2
33
_src_path: gh:coopiteasy/oca-addons-repo-template
44
ci: GitHub
55
convert_readme_fragments_to_markdown: false

.github/workflows/pre-commit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ on:
1111

1212
jobs:
1313
pre-commit:
14-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-22.04
1515
steps:
1616
- uses: actions/checkout@v4
1717
- uses: actions/setup-python@v5
1818
with:
19-
python-version: "3.6"
19+
python-version: "3.7"
2020
- name: Get python version
2121
run: echo "PY=$(python -VV | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV
2222
- uses: actions/cache@v4

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616

1717
jobs:
1818
test:
19-
runs-on: ubuntu-20.04
19+
runs-on: ubuntu-22.04
2020
container: ${{ matrix.container }}
2121
name: ${{ matrix.name }}
2222
strategy:

0 commit comments

Comments
 (0)