File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2727
2828 steps :
2929 - name : Checkout repository
30- uses : actions/checkout@v5
30+ uses : actions/checkout@v6
3131
3232 - uses : azure/setup-helm@v4
3333 with :
Original file line number Diff line number Diff line change 2525
2626 steps :
2727 - name : Checkout repository
28- uses : actions/checkout@v5
28+ uses : actions/checkout@v6
2929
3030 - name : Validate chart version
3131 run : |
5252
5353 steps :
5454 - name : Checkout repository
55- uses : actions/checkout@v5
55+ uses : actions/checkout@v6
5656 with :
5757 fetch-depth : 0
5858
6868 fi
6969
7070 - name : Checkout repository
71- uses : actions/checkout@v5
71+ uses : actions/checkout@v6
7272 with :
7373 ref : helm-index
7474 path : index
@@ -128,7 +128,7 @@ jobs:
128128
129129 steps :
130130 - name : Checkout repository
131- uses : actions/checkout@v5
131+ uses : actions/checkout@v6
132132
133133 - uses : azure/setup-helm@v4
134134 with :
@@ -171,10 +171,10 @@ jobs:
171171 echo "cop_chart_base_directory=$cop_chart_base_directory" >> $GITHUB_OUTPUT
172172
173173 - name : Checkout repository
174- uses : actions/checkout@v5
174+ uses : actions/checkout@v6
175175
176176 - name : Checkout component operator repository
177- uses : actions/checkout@v5
177+ uses : actions/checkout@v6
178178 with :
179179 repository : ${{ steps.prepare.outputs.cop_repository }}
180180 path : cop-repository
Original file line number Diff line number Diff line change 5050 fi
5151
5252 - name : Checkout repository
53- uses : actions/checkout@v5
53+ uses : actions/checkout@v6
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