11# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22#
3- # Generated on 2025-08-12T17:41:17Z by kres 79636f7 .
3+ # Generated on 2025-10-20T18:00:43Z by kres 46e133d .
44
55concurrency :
66 group : ${{ github.head_ref || github.run_id }}
@@ -26,13 +26,12 @@ jobs:
2626 packages : write
2727 pull-requests : read
2828 runs-on :
29- - self-hosted
30- - generic
29+ group : generic
3130 if : (!startsWith(github.head_ref, 'renovate/') && !startsWith(github.head_ref, 'dependabot/')) && github.event_name == 'pull_request'
3231 steps :
3332 - name : gather-system-info
3433 id : system-info
35- uses : kenchan0130/actions-system-info@v1.3.1
34+ uses : kenchan0130/actions-system-info@v1.4.0
3635 continue-on-error : true
3736 - name : print-system-info
3837 run : |
5655 done
5756 continue-on-error : true
5857 - name : checkout
59- uses : actions/checkout@v4
58+ uses : actions/checkout@v5
6059 - name : Unshallow
6160 run : |
6261 git fetch --prune --unshallow
@@ -100,13 +99,12 @@ jobs:
10099 packages : write
101100 pull-requests : read
102101 runs-on :
103- - self-hosted
104- - generic
102+ group : generic
105103 if : (!startsWith(github.head_ref, 'renovate/') && !startsWith(github.head_ref, 'dependabot/')) && github.event_name != 'pull_request' && !startsWith(github.ref, 'refs/tags/')
106104 steps :
107105 - name : gather-system-info
108106 id : system-info
109- uses : kenchan0130/actions-system-info@v1.3.1
107+ uses : kenchan0130/actions-system-info@v1.4.0
110108 continue-on-error : true
111109 - name : print-system-info
112110 run : |
@@ -130,7 +128,7 @@ jobs:
130128 done
131129 continue-on-error : true
132130 - name : checkout
133- uses : actions/checkout@v4
131+ uses : actions/checkout@v5
134132 - name : Unshallow
135133 run : |
136134 git fetch --prune --unshallow
@@ -162,13 +160,12 @@ jobs:
162160 packages : write
163161 pull-requests : read
164162 runs-on :
165- - self-hosted
166- - generic
163+ group : generic
167164 if : (!startsWith(github.head_ref, 'renovate/') && !startsWith(github.head_ref, 'dependabot/')) && startsWith(github.ref, 'refs/tags/')
168165 steps :
169166 - name : gather-system-info
170167 id : system-info
171- uses : kenchan0130/actions-system-info@v1.3.1
168+ uses : kenchan0130/actions-system-info@v1.4.0
172169 continue-on-error : true
173170 - name : print-system-info
174171 run : |
@@ -192,7 +189,7 @@ jobs:
192189 done
193190 continue-on-error : true
194191 - name : checkout
195- uses : actions/checkout@v4
192+ uses : actions/checkout@v5
196193 - name : Unshallow
197194 run : |
198195 git fetch --prune --unshallow
@@ -230,7 +227,7 @@ jobs:
230227 sha256sum control-plane-talos/*/* > sha256sum.txt
231228 sha512sum control-plane-talos/*/* > sha512sum.txt
232229 - name : release
233- uses : crazy-max/ghaction-github -release@v2
230+ uses : softprops/action-gh -release@v2
234231 with :
235232 body_path : _out/RELEASE_NOTES.md
236233 draft : " true"
0 commit comments