From e3df74193315a75b082792d35e620e90245cdbaa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 07:08:23 +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 14db322..c260a4f 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