From fb13335e904a91b64faabe9ea669e1d4420a9ac0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 16:10:43 +0000 Subject: [PATCH] Update actions/cache action to v6 --- .github/workflows/terraform.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/terraform.yml b/.github/workflows/terraform.yml index bd1cb93..1957ed0 100644 --- a/.github/workflows/terraform.yml +++ b/.github/workflows/terraform.yml @@ -87,7 +87,7 @@ jobs: echo "TFLINT_CONFIG_FILE_REL=${{ inputs.terraform_directory }}/.tflint.hcl" >> "$GITHUB_ENV" - name: Cache plugin dir - uses: actions/cache@v5 + uses: actions/cache@v6 if: success() || failure() with: path: ~/.tflint.d/plugins