File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2626 runs-on : ubuntu-latest
2727 steps :
282829- - uses : actions/cache@v3.3.2
29+ - uses : actions/cache@v4.1.1
3030 continue-on-error : true
3131 id : cache-terraform-plugin-dir
3232 timeout-minutes : 2
@@ -50,15 +50,15 @@ jobs:
5050 runs-on : ubuntu-latest
5151 steps :
525253- - uses : actions/cache@v3.3.2
53+ - uses : actions/cache@v4.1.1
5454 continue-on-error : true
5555 id : cache-terraform-providers-schema
5656 timeout-minutes : 2
5757 with :
5858 path : terraform-providers-schema
5959 key : ${{ runner.os }}-terraform-providers-schema-${{ hashFiles('go.sum') }}-${{ hashFiles('provider/**') }}
6060 - if : steps.cache-terraform-providers-schema.outputs.cache-hit != 'true' || steps.cache-terraform-providers-schema.outcome == 'failure'
61- uses : actions/cache@v3.3.2
61+ uses : actions/cache@v4.1.1
6262 timeout-minutes : 2
6363 with :
6464 path : terraform-plugin-dir
You can’t perform that action at this time.
0 commit comments