From 999fb0211bd2c9f456778ec79ad9416b88aa7dbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 06:59:22 -0500 Subject: [PATCH] chore(deps): Bump actions/cache from 3 to 4 (#1858) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/pre-commit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index bda6c05b0c..94edfa7247 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -69,7 +69,7 @@ jobs: run: mkdir --parents ${{ env.TERRAFORM_DOCS_VERSION }} - name: Cache Terraform - uses: actions/cache@v3 + uses: actions/cache@v4 if: steps.changes.outputs.src== 'true' with: path: ${{ env.TERRAFORM_DOCS_VERSION }}