diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b2a6155..c7a93a8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,7 +57,7 @@ jobs: cache-to: type=gha,mode=max provenance: false - - uses: actions/cache@v4 + - uses: actions/cache@v5 name: Cache TFLint plugin dir with: path: ~/.tflint.d/plugins @@ -87,7 +87,7 @@ jobs: mkdir --parents ~/.terraform.d/plugin-cache - name: Cache Terraform - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.terraform.d/plugin-cache