Skip to content

Commit

Permalink
chore: Update precommit and github action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
baolsen committed Jan 6, 2025
1 parent e13b4ac commit 976f036
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/pre-commit-and-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
container: bjorncloudandthings/terraform-aws-github:latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
- uses: actions/setup-python@v5
# 2025-01: Can't upgrade to setup-terraform@v3 due to NodeJS incompatibility with container image.
- uses: hashicorp/setup-terraform@v2
- name: Install requirements
run: |
Expand Down
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ repos:
pass_filenames: false

- repo: https://github.com/antonbabenko/pre-commit-terraform
rev: v1.74.1
rev: v1.96.3
hooks:
# - id: terraform_docs
# args:
Expand Down Expand Up @@ -57,11 +57,11 @@ repos:

# PYTHON
- repo: https://github.com/psf/black
rev: 22.6.0
rev: 24.10.0
hooks:
- id: black
- repo: https://github.com/pycqa/flake8
rev: 5.0.4
rev: 7.1.1
hooks:
- id: flake8

Expand Down

0 comments on commit 976f036

Please sign in to comment.