From 92146868c1a9fa6a27c3cf2861afd415d55469ff Mon Sep 17 00:00:00 2001 From: IK Renovate Bot Date: Wed, 11 Jun 2025 04:35:45 +0000 Subject: [PATCH] chore(deps): update github-tags action .github/workflows/linter.yml (.github/workflows/linter.yml) --- .github/workflows/linter.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index c0cdd96..28c10a3 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@master # https://github.com/hashicorp/setup-terraform - - uses: hashicorp/setup-terraform@v3 + - uses: hashicorp/setup-terraform@v3.1.2 - name: Cache terraform folder uses: actions/cache@v3 @@ -44,7 +44,7 @@ jobs: with: path: ~/.tflint.d/plugins key: ${{ matrix.os }}-tflint-${{ hashFiles('.tflint.hcl') }} - - uses: terraform-linters/setup-tflint@v4 + - uses: terraform-linters/setup-tflint@v4.1.1 name: setup tflint - name: init tflint run: tflint --init --config .tflint.hcl