File tree Expand file tree Collapse file tree 4 files changed +11
-13
lines changed
Expand file tree Collapse file tree 4 files changed +11
-13
lines changed Original file line number Diff line number Diff line change 2828
2929 steps :
3030 - name : Checkout repository
31- uses : actions/checkout@v4
31+ uses : actions/checkout@v5
3232
3333 - name : Setup go
3434 uses : actions/setup-go@v5
8585
8686 steps :
8787 - name : Checkout repository
88- uses : actions/checkout@v4
88+ uses : actions/checkout@v5
8989
9090 - name : Setup Docker Buildx
9191 uses : docker/setup-buildx-action@v3
@@ -133,7 +133,7 @@ jobs:
133133
134134 steps :
135135 - name : Checkout repository
136- uses : actions/checkout@v4
136+ uses : actions/checkout@v5
137137
138138 - uses : azure/setup-helm@v4
139139 with :
@@ -154,7 +154,7 @@ jobs:
154154 kubectl version
155155
156156 - name : Download Docker image archive
157- uses : actions/download-artifact@v4
157+ uses : actions/download-artifact@v5
158158 with :
159159 name : ${{ needs.build-docker.outputs.image-archive }}
160160 path : ${{ runner.temp }}
@@ -183,4 +183,3 @@ jobs:
183183 kubectl create ns component-system
184184 kubectl -n component-system apply -f examples/sample.yaml
185185 kubectl -n component-system wait -f examples/sample.yaml --for condition=Ready --timeout 120s
186-
Original file line number Diff line number Diff line change 1414
1515 steps :
1616 - name : Checkout repository
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v5
1818
1919 - name : Setup go
2020 uses : actions/setup-go@v5
3131 git config user.email "${{ vars.WORKFLOW_USER_EMAIL }}"
3232 git add -A
3333 git commit -m "Update generated artifacts"
34- git push
34+ git push
Original file line number Diff line number Diff line change 3838
3939 steps :
4040 - name : Checkout repository
41- uses : actions/checkout@v4
41+ uses : actions/checkout@v5
4242
4343 - name : Validate chart version/appVersion
4444 run : |
6363
6464 steps :
6565 - name : Checkout repository
66- uses : actions/checkout@v4
66+ uses : actions/checkout@v5
6767
6868 - name : Setup Docker Buildx
6969 uses : docker/setup-buildx-action@v3
@@ -114,7 +114,7 @@ jobs:
114114
115115 steps :
116116 - name : Checkout repository
117- uses : actions/checkout@v4
117+ uses : actions/checkout@v5
118118
119119 - name : Setup regctl
120120 uses : regclient/actions/regctl-installer@main
@@ -148,7 +148,7 @@ jobs:
148148
149149 steps :
150150 - name : Checkout repository
151- uses : actions/checkout@v4
151+ uses : actions/checkout@v5
152152
153153 - uses : azure/setup-helm@v4
154154 with :
@@ -170,4 +170,3 @@ jobs:
170170 file=$chart_name-$chart_version.tgz
171171 repository=$REGISTRY/${{ github.repository }}/charts
172172 helm --registry-config $RUNNER_TEMP/helm-config.json push $file oci://${repository,,}
173-
Original file line number Diff line number Diff line change 5050 fi
5151
5252 - name : Checkout repository
53- uses : actions/checkout@v4
53+ uses : actions/checkout@v5
5454 with :
5555 token : ${{ secrets.WORKFLOW_USER_GH_TOKEN }}
5656 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments