Skip to content

Commit 2ed3a16

Browse files
authored
Merge pull request #100 from joao-p-marques/patch-1
Bump pre-commit action version
2 parents 7a81b22 + de25b81 commit 2ed3a16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/.github/workflows/pre-commit.yml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
# where we are not using black > 21. Older black versions won't work with
1818
# Python 3.9.8+, and we can't bump black without reformatting.
1919
python-version: {% if odoo_version < 15 %}"3.9.7"{% else %}"3.10"{% endif %}
20-
- uses: pre-commit/[email protected].0
20+
- uses: pre-commit/[email protected].3
2121
- name: Check that all files generated by pre-commit are in git
2222
run: |
2323
newfiles="$(git ls-files --others --exclude-from=.gitignore)"

0 commit comments

Comments
 (0)