From 84d69006390446ce080c1f5fa875f3497de502b9 Mon Sep 17 00:00:00 2001 From: Bjorn Olsen Date: Mon, 6 Jan 2025 09:48:06 +0200 Subject: [PATCH] chore: Update precommit and github action versions --- .github/workflows/pre-commit-and-tests.yml | 4 ++-- .pre-commit-config.yaml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pre-commit-and-tests.yml b/.github/workflows/pre-commit-and-tests.yml index b4c5695..0ab87a5 100644 --- a/.github/workflows/pre-commit-and-tests.yml +++ b/.github/workflows/pre-commit-and-tests.yml @@ -33,8 +33,8 @@ jobs: container: bjorncloudandthings/terraform-aws-github:latest steps: - uses: actions/checkout@v3 - - uses: actions/setup-python@v2 - - uses: hashicorp/setup-terraform@v2 + - uses: actions/setup-python@v5 + - uses: hashicorp/setup-terraform@v3 - name: Install requirements run: | python -m venv .venv diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8d61eab..8e8424e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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: @@ -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