From d53e0ce506517cdbcef61f5c334314f68dfe1657 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 22:47:18 +0000 Subject: [PATCH] Update actions/cache action to v5 --- .github/workflows/checks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 54ac9bb..465f6ba 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -11,7 +11,7 @@ jobs: - name: Setup Terraform uses: hashicorp/setup-terraform@v3 - name: Cache terraform folder - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ./.terraform key: terraform @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: actions/cache@v4 + - uses: actions/cache@v5 name: Cache tflint plugin dir with: path: ~/.tflint.d/plugins