File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2121 # This setting is necessary to avoid errors during doc generation. See https://github.com/hashicorp/terraform-plugin-docs/issues/127
2222 terraform_wrapper : false
2323
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v5
2525
2626 - name : Run doc generation
2727 id : doc_gen
5050 with :
5151 go-version : ' 1.23'
5252
53- - uses : actions/checkout@v4
53+ - uses : actions/checkout@v5
5454
5555 - name : Build
5656 run : |
7373 with :
7474 go-version : ' 1.23'
7575
76- - uses : actions/checkout@v4
76+ - uses : actions/checkout@v5
7777
7878 - name : Run tests
7979 timeout-minutes : 15
Original file line number Diff line number Diff line change 1818 goreleaser :
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v5
2222 with :
2323 fetch-depth : 0
2424
You can’t perform that action at this time.
0 commit comments