From 473e80b3ea2e99ec5ff8ee3df9129dc8870b79c3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 17:31:55 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4 --- .github/workflows/pre-commit.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index 2e914ab..0d50fc5 100644 --- a/.github/workflows/pre-commit.yaml +++ b/.github/workflows/pre-commit.yaml @@ -38,7 +38,7 @@ jobs: tflint_version: ${{ env.TFLINT_VERSION }} - name: Cache tflint plugin dir - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.tflint.d/plugins key: ${{ matrix.os }}-tflint-${{ hashFiles('.tflint.hcl') }} @@ -54,7 +54,7 @@ jobs: mkdir --parents ~/.terraform.d/plugin-cache - name: Cache Terraform - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.terraform.d/plugin-cache