From c3ce6ab4f57b5fa067ac23c5f13a9d06ed4d2967 Mon Sep 17 00:00:00 2001 From: oca-git-bot Date: Sun, 10 Apr 2022 16:09:21 +0200 Subject: [PATCH] [IMP] update dotfiles [ci skip] --- .copier-answers.yml | 2 +- .github/workflows/pre-commit.yml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.copier-answers.yml b/.copier-answers.yml index fd3d7571c..e29fc4145 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,5 +1,5 @@ # Do NOT update manually; changes here will be overwritten by Copier -_commit: v1.5.2 +_commit: v1.6.1 _src_path: git+https://github.com/OCA/oca-addons-repo-template ci: Travis dependency_installation_mode: PIP diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index dd4bfb258..aafa13887 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -15,6 +15,8 @@ jobs: steps: - uses: actions/checkout@v2 - uses: actions/setup-python@v2 + with: + python-version: "3.8" - name: Get python version run: echo "PY=$(python -VV | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV - uses: actions/cache@v1