From 8e33e0062a692fbfab5d2d3ae49ebd3da8d94841 Mon Sep 17 00:00:00 2001 From: Moritz Zimmer Date: Thu, 5 Oct 2023 14:09:58 +0200 Subject: [PATCH] chore(gh): bumped actions --- .github/workflows/static-analysis.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/static-analysis.yaml b/.github/workflows/static-analysis.yaml index fa11894..f4d0673 100644 --- a/.github/workflows/static-analysis.yaml +++ b/.github/workflows/static-analysis.yaml @@ -16,7 +16,7 @@ jobs: matrix: terraform: [ ~1.3.0 ] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/cache@v3 with: @@ -27,7 +27,7 @@ jobs: with: terraform_version: ${{ matrix.terraform }} - - uses: terraform-linters/setup-tflint@v3 + - uses: terraform-linters/setup-tflint@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }}