File tree Expand file tree Collapse file tree 16 files changed +174
-80
lines changed Expand file tree Collapse file tree 16 files changed +174
-80
lines changed Original file line number Diff line number Diff line change 5050 steps :
5151 # Checkout should always be before setup-go to ensure caching is working
5252 - name : Checkout
53- uses : actions/checkout@v4
53+ uses : actions/checkout@v5
5454 - name : Install Terraform
5555 uses : hashicorp/setup-terraform@v3
5656 - name : Install Go
@@ -147,7 +147,7 @@ jobs:
147147 steps :
148148 # Checkout should always be before setup-go to ensure caching is working
149149 - name : Checkout
150- uses : actions/checkout@v4
150+ uses : actions/checkout@v5
151151 - name : Install Go
152152 uses : actions/setup-go@v5
153153 with :
Original file line number Diff line number Diff line change 88 actionlint :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v4
11+ - uses : actions/checkout@v5
1212 - name : Check workflow files
1313 uses : docker://rhysd/actionlint:latest
1414 with :
Original file line number Diff line number Diff line change 3535
3636 steps :
3737 - name : Checkout repository
38- uses : actions/checkout@v4
38+ uses : actions/checkout@v5
3939 with :
4040 # We must fetch at least the immediate parents so that if this is
4141 # a pull request then we can checkout the head.
Original file line number Diff line number Diff line change 2323 markdown-link-check :
2424 runs-on : ubuntu-latest
2525 steps :
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v5
2727 -
uses :
gaurav-nelson/[email protected] 2828 with :
2929 use-quiet-mode : ' yes'
3434 markdown-lint :
3535 runs-on : ubuntu-latest
3636 steps :
37- - uses : actions/checkout@v4
37+ - uses : actions/checkout@v5
3838 -
uses :
avto-dev/[email protected] 3939 with :
4040 config : ' .markdownlint.yml'
4343 runs-on : ubuntu-latest
4444 steps :
4545 # Checkout should always be before setup-go to ensure caching is working
46- - uses : actions/checkout@v4
46+ - uses : actions/checkout@v5
4747 - uses : actions/setup-go@v5
4848 with :
4949 go-version : ${{ env.GO_VERSION }}
5959 tfplugindocs :
6060 runs-on : ubuntu-latest
6161 steps :
62- - uses : actions/checkout@v4
62+ - uses : actions/checkout@v5
6363 - uses : actions/setup-go@v5
6464 with :
6565 go-version : ${{ env.GO_VERSION }}
Original file line number Diff line number Diff line change 1111 name : lint
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 - name : golangci-lint
16161717 with :
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@v4
13+ uses : actions/checkout@v5
1414 - name : Labeler
1515 uses : actions/labeler@v5
Original file line number Diff line number Diff line change 5252 steps :
5353 # Checkout should always be before setup-go to ensure caching is working
5454 - name : Checkout
55- uses : actions/checkout@v4
55+ uses : actions/checkout@v5
5656 - name : Install Terraform
5757 uses : hashicorp/setup-terraform@v3
5858 - name : Install Go
@@ -106,7 +106,7 @@ jobs:
106106 steps :
107107 # Checkout should always be before setup-go to ensure caching is working
108108 - name : Checkout
109- uses : actions/checkout@v4
109+ uses : actions/checkout@v5
110110 - name : Install Go
111111 uses : actions/setup-go@v5
112112 with :
Original file line number Diff line number Diff line change 1212 steps :
1313 # Checkout should always be before setup-go to ensure caching is working
1414 - name : Checkout
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v5
1616 - name : Install Go
1717 uses : actions/setup-go@v5
1818 with :
Original file line number Diff line number Diff line change 2222 steps :
2323 # Checkout should always be before setup-go to ensure caching is working
2424 - name : Checkout
25- uses : actions/checkout@v4
25+ uses : actions/checkout@v5
2626
2727 - name : Unshallow
2828 run : git fetch --prune --unshallow
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 # Checkout should always be before setup-go to ensure caching is working
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 - uses : actions/setup-go@v5
1818 with :
1919 go-version : 1.24.0
You can’t perform that action at this time.
0 commit comments