We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5f39a3 commit 64684a6Copy full SHA for 64684a6
.copier-answers.yml
@@ -1,5 +1,5 @@
1
# Do NOT update manually; changes here will be overwritten by Copier
2
-_commit: v2.3.0
+_commit: v2.3.1
3
_src_path: gh:coopiteasy/oca-addons-repo-template
4
ci: GitHub
5
convert_readme_fragments_to_markdown: false
.github/workflows/pre-commit.yml
@@ -19,7 +19,7 @@ jobs:
19
python-version: "3.6"
20
- name: Get python version
21
run: echo "PY=$(python -VV | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV
22
- - uses: actions/cache@v1
+ - uses: actions/cache@v4
23
with:
24
path: ~/.cache/pre-commit
25
key: pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}
0 commit comments