File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 working-directory : ./docs
1818 steps :
1919 - name : checkout kubara repo
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v6
2121 with :
2222 token : ${{ secrets.DOCS_CF_PAT }}
2323 fetch-depth : 0
Original file line number Diff line number Diff line change 1818 working-directory : ./docs
1919 steps :
2020 - name : checkout kubara repo
21- uses : actions/checkout@v4
21+ uses : actions/checkout@v6
2222 with :
2323 token : ${{ secrets.DOCS_CF_PAT }}
2424 fetch-depth : 0
Original file line number Diff line number Diff line change 1111 password : ${{ secrets.HARBOR_REGISTRY_TOKEN }}
1212 steps :
1313 - name : checkout repository
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v6
1515 - name : check python version
1616 run : |
1717 python --version
Original file line number Diff line number Diff line change 1717 password : ${{ secrets.HARBOR_REGISTRY_TOKEN }}
1818 steps :
1919 - name : checkout kubara repo
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v6
2121 with :
2222 fetch-depth : 0
2323 fetch-tags : true
Original file line number Diff line number Diff line change 1010 image : catthehacker/ubuntu:runner-24.04
1111 steps :
1212 - name : checkout kubara repo
13- uses : actions/checkout@v4
13+ uses : actions/checkout@v6
1414 - name : run renovatebot
1515 uses : renovatebot/github-action@v44.2.3
1616 with :
Original file line number Diff line number Diff line change 4545 working-directory : ${{ env.CODE_PATH }}
4646 steps :
4747 - name : Checkout
48- uses : actions/checkout@v4
48+ uses : actions/checkout@v6
4949 with :
5050 sparse-checkout : go-binary
5151
@@ -175,7 +175,7 @@ jobs:
175175 working-directory : ${{ env.CODE_PATH }}
176176 steps :
177177 - name : Checkout
178- uses : actions/checkout@v4
178+ uses : actions/checkout@v6
179179 with :
180180 sparse-checkout : go-binary
181181
@@ -239,7 +239,7 @@ jobs:
239239 binary-size : ${{ steps.build.outputs.binary-size }}
240240 steps :
241241 - name : Checkout
242- uses : actions/checkout@v4
242+ uses : actions/checkout@v6
243243 with :
244244 sparse-checkout : go-binary
245245
@@ -331,7 +331,7 @@ jobs:
331331 KUBARA_PUBLIC_LOADBALANCER_IP : " 0.0.0.0"
332332 steps :
333333 - name : Checkout Test Repo
334- uses : actions/checkout@v4
334+ uses : actions/checkout@v6
335335 with :
336336 path : testRepo
337337 token : ${{ secrets.ARGOCD_GIT_PAT }}
Original file line number Diff line number Diff line change 2929
3030 steps :
3131 - name : Checkout test repo
32- uses : actions/checkout@v4
32+ uses : actions/checkout@v6
3333 with :
3434 path : testRepo
3535 token : ${{ secrets.ARGOCD_GIT_PAT }}
@@ -159,7 +159,7 @@ jobs:
159159
160160 steps :
161161 - name : Checkout test repo
162- uses : actions/checkout@v4
162+ uses : actions/checkout@v6
163163 with :
164164 path : testRepo
165165 token : ${{ secrets.ARGOCD_GIT_PAT }}
You can’t perform that action at this time.
0 commit comments