File tree Expand file tree Collapse file tree 10 files changed +21
-21
lines changed
Expand file tree Collapse file tree 10 files changed +21
-21
lines changed 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@v5
55+ uses : actions/checkout@v6
5656 - name : Install Terraform
5757 uses : hashicorp/setup-terraform@v3
5858 - name : Install Go
@@ -149,7 +149,7 @@ jobs:
149149 steps :
150150 # Checkout should always be before setup-go to ensure caching is working
151151 - name : Checkout
152- uses : actions/checkout@v5
152+ uses : actions/checkout@v6
153153 - name : Install Go
154154 uses : actions/setup-go@v6
155155 with :
@@ -210,7 +210,7 @@ jobs:
210210 steps :
211211 # Checkout should always be before setup-go to ensure caching is working
212212 - name : Checkout
213- uses : actions/checkout@v5
213+ uses : actions/checkout@v6
214214 - name : Install OpenTofu
215215 uses : opentofu/setup-opentofu@v1
216216 with :
Original file line number Diff line number Diff line change 3535
3636 steps :
3737 - name : Checkout repository
38- uses : actions/checkout@v5
38+ uses : actions/checkout@v6
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 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v5
19+ uses : actions/checkout@v6
2020 with :
2121 fetch-depth : 1
2222
Original file line number Diff line number Diff line change 1919 markdown-link-check :
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/checkout@v5
22+ - uses : actions/checkout@v6
2323 - uses : tcort/github-action-markdown-link-check@v1
2424 with :
2525 use-quiet-mode : ' yes'
3030 markdown-lint :
3131 runs-on : ubuntu-latest
3232 steps :
33- - uses : actions/checkout@v5
33+ - uses : actions/checkout@v6
3434 - uses : avto-dev/markdown-lint@v1.5.0
3535 with :
3636 config : ' .markdownlint.yml'
3939 runs-on : ubuntu-latest
4040 steps :
4141 # Checkout should always be before setup-go to ensure caching is working
42- - uses : actions/checkout@v5
42+ - uses : actions/checkout@v6
4343 - uses : actions/setup-go@v6
4444 with :
4545 go-version : stable
5555 tfplugindocs :
5656 runs-on : ubuntu-latest
5757 steps :
58- - uses : actions/checkout@v5
58+ - uses : actions/checkout@v6
5959 - uses : actions/setup-go@v6
6060 with :
6161 go-version : stable
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@v5
13+ uses : actions/checkout@v6
1414 - name : Labeler
1515 uses : actions/labeler@v6
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 # Checkout should always be before setup-go to ensure caching is working
18- - uses : actions/checkout@v5
18+ - uses : actions/checkout@v6
1919 - uses : actions/setup-go@v6
2020 with :
2121 go-version : stable
2727 runs-on : ubuntu-latest
2828 steps :
2929 - name : Checkout Actions Repository
30- uses : actions/checkout@v4
30+ uses : actions/checkout@v6
3131 - name : Spell Check Repo
3232 uses : crate-ci/typos@v1.39.0
3333 env :
3838 runs-on : ubuntu-latest
3939 steps :
4040 # Checkout should always be before setup-go to ensure caching is working
41- - uses : actions/checkout@v5
41+ - uses : actions/checkout@v6
4242 - uses : actions/setup-go@v6
4343 with :
4444 go-version : stable
5454 runs-on : ubuntu-latest
5555 steps :
5656 # Checkout should always be before setup-go to ensure caching is working
57- - uses : actions/checkout@v5
57+ - uses : actions/checkout@v6
5858 - uses : actions/setup-go@v6
5959 with :
6060 go-version : stable
6666 name : actionlint
6767 runs-on : ubuntu-latest
6868 steps :
69- - uses : actions/checkout@v5
69+ - uses : actions/checkout@v6
7070 - name : Check workflow files
7171 uses : docker://rhysd/actionlint:latest
7272 with :
7676 name : golangci-lint
7777 runs-on : ubuntu-latest
7878 steps :
79- - uses : actions/checkout@v5
79+ - uses : actions/checkout@v6
8080 - name : golangci-lint
8181 uses : golangci/golangci-lint-action@v8.0.0
8282 with :
Original file line number Diff line number Diff line change 5454 steps :
5555 # Checkout should always be before setup-go to ensure caching is working
5656 - name : Checkout
57- uses : actions/checkout@v5
57+ uses : actions/checkout@v6
5858 - name : Install Terraform
5959 uses : hashicorp/setup-terraform@v3
6060 - name : Install Go
@@ -110,7 +110,7 @@ jobs:
110110 steps :
111111 # Checkout should always be before setup-go to ensure caching is working
112112 - name : Checkout
113- uses : actions/checkout@v5
113+ uses : actions/checkout@v6
114114 - name : Install Go
115115 uses : actions/setup-go@v6
116116 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@v5
15+ uses : actions/checkout@v6
1616 - name : Install Go
1717 uses : actions/setup-go@v6
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@v5
25+ uses : actions/checkout@v6
2626
2727 - name : Unshallow
2828 run : git fetch --prune --unshallow
Original file line number Diff line number Diff line change 1313 steps :
1414 # Checkout should always be before setup-go to ensure caching is working
1515 - name : Checkout
16- uses : actions/checkout@v5
16+ uses : actions/checkout@v6
1717 with :
1818 fetch-depth : 1
1919 - name : Install Go
You can’t perform that action at this time.
0 commit comments