diff --git a/.github/workflows/terraform.yml b/.github/workflows/terraform.yml index f171d14fa7..85cac842b0 100644 --- a/.github/workflows/terraform.yml +++ b/.github/workflows/terraform.yml @@ -46,7 +46,7 @@ jobs: run: apk add --no-cache tar continue-on-error: true - if: contains(matrix.terraform, '1.5.') - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 name: Cache TFLint plugin dir with: path: ~/.tflint.d/plugins @@ -94,7 +94,7 @@ jobs: run: apk add --no-cache tar continue-on-error: true - if: contains(matrix.terraform, '1.3.') - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 name: Cache TFLint plugin dir with: path: ~/.tflint.d/plugins @@ -143,7 +143,7 @@ jobs: run: apk add --no-cache tar continue-on-error: true - if: contains(matrix.terraform, '1.5.') - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 name: Cache TFLint plugin dir with: path: ~/.tflint.d/plugins