File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed 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 : Setup go
3131 uses : actions/setup-go@v6
8282
8383 steps :
8484 - name : Checkout repository
85- uses : actions/checkout@v5
85+ uses : actions/checkout@v6
8686
8787 - name : Setup Docker Buildx
8888 uses : docker/setup-buildx-action@v3
@@ -118,7 +118,7 @@ jobs:
118118 labels : ${{ steps.extract-metadata.outputs.labels }}
119119
120120 - name : Upload Docker image archive
121- uses : actions/upload-artifact@v4
121+ uses : actions/upload-artifact@v5
122122 with :
123123 name : image.tar
124124 path : ${{ runner.temp }}/image.tar
Original file line number Diff line number Diff line change 1414
1515 steps :
1616 - name : Checkout repository
17- uses : actions/checkout@v5
17+ uses : actions/checkout@v6
1818
1919 - name : Setup go
2020 uses : actions/setup-go@v6
Original file line number Diff line number Diff line change 4242
4343 steps :
4444 - name : Checkout repository
45- uses : actions/checkout@v5
45+ uses : actions/checkout@v6
4646
4747 - name : Setup Docker Buildx
4848 uses : docker/setup-buildx-action@v3
9292
9393 steps :
9494 - name : Checkout repository
95- uses : actions/checkout@v5
95+ uses : actions/checkout@v6
9696
9797 - name : Setup regctl
9898 uses : regclient/actions/regctl-installer@main
@@ -138,10 +138,10 @@ jobs:
138138 echo "chart_directory=$chart_directory" >> $GITHUB_OUTPUT
139139
140140 - name : Checkout repository
141- uses : actions/checkout@v5
141+ uses : actions/checkout@v6
142142
143143 - name : Checkout chart repository
144- uses : actions/checkout@v5
144+ uses : actions/checkout@v6
145145 with :
146146 repository : ${{ steps.prepare.outputs.chart_repository }}
147147 path : chart-repository
Original file line number Diff line number Diff line change 4848 fi
4949
5050 - name : Checkout repository
51- uses : actions/checkout@v5
51+ uses : actions/checkout@v6
5252 with :
5353 token : ${{ secrets.WORKFLOW_USER_GH_TOKEN }}
5454 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments