Skip to content

Commit 0799817

Browse files
committed
we-make-styleguide requires python 3.10
1 parent a278a04 commit 0799817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
# Skip terraform_tflint which interferes to commit pre-commit auto-fixes
3939
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
4040
with:
41-
python-version: '3.9'
41+
python-version: '3.10'
4242
- name: Execute pre-commit
4343
uses: pre-commit/action@9b88afc9cd57fd75b655d5c71bd38146d07135fe # v2.0.3
4444
env:

0 commit comments

Comments
 (0)