File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 password : ${{ secrets.DOCKERHUB_PASSWORD }}
3131 steps :
3232 - name : Checkout
33- uses : actions/checkout@v3
33+ uses : actions/checkout@v6
3434 with :
3535 path : ./action
3636
8484 password : ${{ secrets.DOCKERHUB_PASSWORD }}
8585 steps :
8686 - name : Checkout
87- uses : actions/checkout@v3
87+ uses : actions/checkout@v6
8888 with :
8989 path : ./action
9090
Original file line number Diff line number Diff line change 4747 password : ${{ secrets.DOCKERHUB_PASSWORD }}
4848 steps :
4949 - name : Checkout
50- uses : actions/checkout@v3
50+ uses : actions/checkout@v6
5151 with :
5252 path : ./action
5353
@@ -133,7 +133,7 @@ jobs:
133133 owner : ' cloudposse-tests'
134134
135135 - name : Checkout Argo Configuration
136- uses : actions/checkout@v3
136+ uses : actions/checkout@v6
137137 with :
138138 repository : cloudposse-tests/argocd-deploy-non-prod-test
139139 ref : ${{ needs.test.outputs.sha }}
Original file line number Diff line number Diff line change 4747 password : ${{ secrets.DOCKERHUB_PASSWORD }}
4848 steps :
4949 - name : Checkout
50- uses : actions/checkout@v3
50+ uses : actions/checkout@v6
5151 with :
5252 path : ./action
5353
@@ -139,7 +139,7 @@ jobs:
139139 owner : ' cloudposse-tests'
140140
141141 - name : Checkout Argo Configuration
142- uses : actions/checkout@v3
142+ uses : actions/checkout@v6
143143 with :
144144 repository : cloudposse-tests/argocd-deploy-non-prod-test
145145 ref : ${{ needs.test.outputs.sha }}
Original file line number Diff line number Diff line change 4848 password : ${{ secrets.DOCKERHUB_PASSWORD }}
4949 steps :
5050 - name : Checkout
51- uses : actions/checkout@v3
51+ uses : actions/checkout@v6
5252 with :
5353 path : ./action
5454
@@ -136,7 +136,7 @@ jobs:
136136 owner : ' cloudposse-tests'
137137
138138 - name : Checkout Argo Configuration
139- uses : actions/checkout@v3
139+ uses : actions/checkout@v6
140140 with :
141141 repository : cloudposse-tests/argocd-deploy-non-prod-test
142142 ref : ${{ needs.test.outputs.sha }}
Original file line number Diff line number Diff line change 5454 password : ${{ secrets.DOCKERHUB_PASSWORD }}
5555 steps :
5656 - name : Checkout
57- uses : actions/checkout@v3
57+ uses : actions/checkout@v6
5858 with :
5959 path : ./action
6060
@@ -133,7 +133,7 @@ jobs:
133133 owner : ' cloudposse-tests'
134134
135135 - name : Checkout Argo Configuration
136- uses : actions/checkout@v3
136+ uses : actions/checkout@v6
137137 with :
138138 repository : cloudposse-tests/argocd-deploy-non-prod-test
139139 token : ${{ steps.github-app.outputs.token }}
@@ -219,7 +219,7 @@ jobs:
219219 owner : ' cloudposse-tests'
220220
221221 - name : Checkout Argo Configuration
222- uses : actions/checkout@v3
222+ uses : actions/checkout@v6
223223 with :
224224 repository : cloudposse-tests/argocd-deploy-non-prod-test
225225 ref : ${{ needs.test.outputs.sha }}
Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ runs:
197197 path: ${{ steps.destination.outputs.filepath }}/${{ inputs.namespace }}/${{ inputs.application }}
198198
199199 - name : Checkout Argo Configuration
200- uses : actions/checkout@v3
200+ uses : actions/checkout@v6
201201 with :
202202 repository : ${{ steps.destination.outputs.owner }}/${{ steps.destination.outputs.name }}
203203 ref : ${{ steps.destination.outputs.ref }}
You can’t perform that action at this time.
0 commit comments