File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2626 name : " Terraform: Check formatting"
2727 run : terraform fmt -check -diff -recursive ./
2828 - name : " Terraform: Cache providers directory"
29- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
29+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
3030 with :
3131 path : ./.terraform/providers
3232 key : tf-${{ steps.tf_version.outputs.TF_VERSION }}-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('.terraform.lock.hcl') }}
5757 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5858 - id : tflint_cache
5959 name : " TFLint: Update cache"
60- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
60+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
6161 with :
6262 path : ~/.tflint.d/plugins
6363 key : tflint-${{ hashFiles('.tflint.hcl') }}
Original file line number Diff line number Diff line change 3333 cli_config_credentials_token : ${{ secrets.TFE_TOKEN }}
3434 terraform_version : ${{steps.tf_version.outputs.TF_VERSION}}
3535 - name : " Terraform: Cache providers directory"
36- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
36+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
3737 with :
3838 path : ./.terraform/providers
3939 key : tf-${{ steps.tf_version.outputs.TF_VERSION }}-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('.terraform.lock.hcl') }}
Original file line number Diff line number Diff line change 3636 name : " Terraform: Check formatting"
3737 run : terraform fmt -check -diff -recursive ./
3838 - name : " Terraform: Cache providers directory"
39- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
39+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
4040 with :
4141 path : ./.terraform/providers
4242 key : tf-${{ steps.tf_version.outputs.TF_VERSION }}-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('.terraform.lock.hcl') }}
6161 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6262 - id : tflint_cache
6363 name : " TFLint: Update cache"
64- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
64+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
6565 with :
6666 path : ~/.tflint.d/plugins
6767 key : tflint-${{ hashFiles('.tflint.hcl') }}
You can’t perform that action at this time.
0 commit comments