From 450fd960269e3b4241c7e92f90bc1c9bbd47d119 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 05:48:26 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4 --- .github/workflows/terraform-infra-set-up.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/terraform-infra-set-up.yaml b/.github/workflows/terraform-infra-set-up.yaml index 2effa1c..d518bc7 100644 --- a/.github/workflows/terraform-infra-set-up.yaml +++ b/.github/workflows/terraform-infra-set-up.yaml @@ -80,7 +80,7 @@ jobs: with: terraform_version: ${{ inputs.terraform-version }} - - uses: actions/cache@v3 + - uses: actions/cache@v4 name: "Terraform cache" id: cache with: @@ -126,7 +126,7 @@ jobs: name: "${{ inputs.terraform-plan-name }}" path: "${{ github.workspace }}/${{ inputs.terraform-dir }}" - - uses: actions/cache@v3 + - uses: actions/cache@v4 name: "Terraform cache" id: cache with: