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 27
27
28
28
steps :
29
29
- name : Checkout repository
30
- uses : actions/checkout@v4
30
+ uses : actions/checkout@v5
31
31
32
32
- uses : azure/setup-helm@v4
33
33
with :
Original file line number Diff line number Diff line change 25
25
26
26
steps :
27
27
- name : Checkout repository
28
- uses : actions/checkout@v4
28
+ uses : actions/checkout@v5
29
29
30
30
- name : Validate chart version
31
31
run : |
52
52
53
53
steps :
54
54
- name : Checkout repository
55
- uses : actions/checkout@v4
55
+ uses : actions/checkout@v5
56
56
with :
57
57
fetch-depth : 0
58
58
68
68
fi
69
69
70
70
- name : Checkout repository
71
- uses : actions/checkout@v4
71
+ uses : actions/checkout@v5
72
72
with :
73
73
ref : helm-index
74
74
path : index
@@ -128,7 +128,7 @@ jobs:
128
128
129
129
steps :
130
130
- name : Checkout repository
131
- uses : actions/checkout@v4
131
+ uses : actions/checkout@v5
132
132
133
133
- uses : azure/setup-helm@v4
134
134
with :
@@ -171,10 +171,10 @@ jobs:
171
171
echo "cop_chart_base_directory=$cop_chart_base_directory" >> $GITHUB_OUTPUT
172
172
173
173
- name : Checkout repository
174
- uses : actions/checkout@v4
174
+ uses : actions/checkout@v5
175
175
176
176
- name : Checkout component operator repository
177
- uses : actions/checkout@v4
177
+ uses : actions/checkout@v5
178
178
with :
179
179
repository : ${{ steps.prepare.outputs.cop_repository }}
180
180
path : cop-repository
Original file line number Diff line number Diff line change 50
50
fi
51
51
52
52
- name : Checkout repository
53
- uses : actions/checkout@v4
53
+ uses : actions/checkout@v5
54
54
with :
55
55
token : ${{ secrets.WORKFLOW_USER_GH_TOKEN }}
56
56
fetch-depth : 0
You can’t perform that action at this time.
0 commit comments