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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
41- - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
41+ - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
65- - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
65+ - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
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@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
73+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
41- - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
41+ - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
65- - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
65+ - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
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@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
73+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
7474 timeout-minutes : 2
7575 with :
7676 path : terraform-plugin-dir
You can’t perform that action at this time.
0 commit comments