File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3838 runs-on : ubuntu-latest
3939 steps :
4040 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
41- - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
41+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
4242 continue-on-error : true
4343 id : cache-terraform-plugin-dir
4444 timeout-minutes : 2
@@ -62,15 +62,15 @@ jobs:
6262 runs-on : ubuntu-latest
6363 steps :
6464 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
65- - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
65+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
6666 continue-on-error : true
6767 id : cache-terraform-providers-schema
6868 timeout-minutes : 2
6969 with :
7070 path : terraform-providers-schema
7171 key : ${{ runner.os }}-terraform-providers-schema-${{ hashFiles('go.sum') }}-${{ hashFiles('provider/**') }}
7272 - if : steps.cache-terraform-providers-schema.outputs.cache-hit != 'true' || steps.cache-terraform-providers-schema.outcome == 'failure'
73- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
73+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
7474 timeout-minutes : 2
7575 with :
7676 path : terraform-plugin-dir
Original file line number Diff line number Diff line change 3838 runs-on : ubuntu-latest
3939 steps :
4040 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
41- - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
41+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
4242 continue-on-error : true
4343 id : cache-terraform-plugin-dir
4444 timeout-minutes : 2
@@ -62,15 +62,15 @@ jobs:
6262 runs-on : ubuntu-latest
6363 steps :
6464 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
65- - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
65+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
6666 continue-on-error : true
6767 id : cache-terraform-providers-schema
6868 timeout-minutes : 2
6969 with :
7070 path : terraform-providers-schema
7171 key : ${{ runner.os }}-terraform-providers-schema-${{ hashFiles('go.sum') }}-${{ hashFiles('provider/**') }}
7272 - if : steps.cache-terraform-providers-schema.outputs.cache-hit != 'true' || steps.cache-terraform-providers-schema.outcome == 'failure'
73- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
73+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
7474 timeout-minutes : 2
7575 with :
7676 path : terraform-plugin-dir
You can’t perform that action at this time.
0 commit comments