From 8daa3749f271adc6e268dd7212a67ec61ace812e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Jun 2025 07:07:59 +0000 Subject: [PATCH] Update actions/cache action to v4 --- .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 c87fbad..633b4f2 100644 --- a/.github/workflows/terraform.yml +++ b/.github/workflows/terraform.yml @@ -78,7 +78,7 @@ jobs: echo "TFLINT_CONFIG_FILE=${{ github.workspace }}/.tflint.hcl" >> "$GITHUB_ENV" - name: Cache plugin dir - uses: actions/cache@v3 + uses: actions/cache@v4 if: success() || failure() with: path: ~/.tflint.d/plugins