Skip to content

Commit 5aaaa93

Browse files
committed
chore: Update precommit and github action versions
1 parent f7c185a commit 5aaaa93

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/pre-commit-and-tests.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ jobs:
3333
container: bjorncloudandthings/terraform-aws-github:latest
3434
steps:
3535
- 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.
3738
- uses: hashicorp/setup-terraform@v2
3839
- name: Install requirements
3940
run: |

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repos:
2929
pass_filenames: false
3030

3131
- repo: https://github.com/antonbabenko/pre-commit-terraform
32-
rev: v1.74.1
32+
rev: v1.96.3
3333
hooks:
3434
# - id: terraform_docs
3535
# args:
@@ -57,11 +57,11 @@ repos:
5757

5858
# PYTHON
5959
- repo: https://github.com/psf/black
60-
rev: 22.6.0
60+
rev: 24.10.0
6161
hooks:
6262
- id: black
6363
- repo: https://github.com/pycqa/flake8
64-
rev: 5.0.4
64+
rev: 7.1.1
6565
hooks:
6666
- id: flake8
6767

0 commit comments

Comments
 (0)