File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed 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 : Setup go
31
31
uses : actions/setup-go@v5
82
82
83
83
steps :
84
84
- name : Checkout repository
85
- uses : actions/checkout@v4
85
+ uses : actions/checkout@v5
86
86
87
87
- name : Setup Docker Buildx
88
88
uses : docker/setup-buildx-action@v3
Original file line number Diff line number Diff line change 42
42
43
43
steps :
44
44
- name : Checkout repository
45
- uses : actions/checkout@v4
45
+ uses : actions/checkout@v5
46
46
47
47
- name : Setup Docker Buildx
48
48
uses : docker/setup-buildx-action@v3
92
92
93
93
steps :
94
94
- name : Checkout repository
95
- uses : actions/checkout@v4
95
+ uses : actions/checkout@v5
96
96
97
97
- name : Setup regctl
98
98
uses : regclient/actions/regctl-installer@main
@@ -138,10 +138,10 @@ jobs:
138
138
echo "chart_directory=$chart_directory" >> $GITHUB_OUTPUT
139
139
140
140
- name : Checkout repository
141
- uses : actions/checkout@v4
141
+ uses : actions/checkout@v5
142
142
143
143
- name : Checkout chart repository
144
- uses : actions/checkout@v4
144
+ uses : actions/checkout@v5
145
145
with :
146
146
repository : ${{ steps.prepare.outputs.chart_repository }}
147
147
path : chart-repository
Original file line number Diff line number Diff line change 48
48
fi
49
49
50
50
- name : Checkout repository
51
- uses : actions/checkout@v4
51
+ uses : actions/checkout@v5
52
52
with :
53
53
token : ${{ secrets.WORKFLOW_USER_GH_TOKEN }}
54
54
fetch-depth : 0
You can’t perform that action at this time.
0 commit comments