File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 33
33
container : bjorncloudandthings/terraform-aws-github:latest
34
34
steps :
35
35
- uses : actions/checkout@v3
36
- - uses : actions/setup-python@v2
36
+ - uses : actions/setup-python@v5
37
+ # 2025-01: Can't upgrade to setup-terraform@v3 due to NodeJS incompatibility with container image.
37
38
- uses : hashicorp/setup-terraform@v2
38
39
- name : Install requirements
39
40
run : |
Original file line number Diff line number Diff line change 29
29
pass_filenames : false
30
30
31
31
- repo : https://github.com/antonbabenko/pre-commit-terraform
32
- rev : v1.74.1
32
+ rev : v1.96.3
33
33
hooks :
34
34
# - id: terraform_docs
35
35
# args:
@@ -57,11 +57,11 @@ repos:
57
57
58
58
# PYTHON
59
59
- repo : https://github.com/psf/black
60
- rev : 22.6 .0
60
+ rev : 24.10 .0
61
61
hooks :
62
62
- id : black
63
63
- repo : https://github.com/pycqa/flake8
64
- rev : 5.0.4
64
+ rev : 7.1.1
65
65
hooks :
66
66
- id : flake8
67
67
You can’t perform that action at this time.
0 commit comments