2020
2121 steps :
2222 - name : Checkout
23- uses : actions/checkout@v5
23+ uses : actions/checkout@v6
2424 with :
2525 persist-credentials : false
2626
5454
5555 steps :
5656 - name : Checkout
57- uses : actions/checkout@v5
57+ uses : actions/checkout@v6
5858 with :
5959 persist-credentials : false
6060
8686
8787 steps :
8888 - name : Checkout
89- uses : actions/checkout@v5
89+ uses : actions/checkout@v6
9090 with :
9191 persist-credentials : false
9292
@@ -120,7 +120,7 @@ jobs:
120120
121121 steps :
122122 - name : Checkout
123- uses : actions/checkout@v5
123+ uses : actions/checkout@v6
124124 with :
125125 persist-credentials : false
126126
@@ -146,7 +146,7 @@ jobs:
146146
147147 steps :
148148 - name : Checkout
149- uses : actions/checkout@v5
149+ uses : actions/checkout@v6
150150 with :
151151 persist-credentials : false
152152
@@ -191,7 +191,7 @@ jobs:
191191
192192 steps :
193193 - name : Checkout
194- uses : actions/checkout@v5
194+ uses : actions/checkout@v6
195195 with :
196196 fetch-tags : true
197197 persist-credentials : false
@@ -247,7 +247,7 @@ jobs:
247247
248248 steps :
249249 - name : Checkout
250- uses : actions/checkout@v5
250+ uses : actions/checkout@v6
251251 with :
252252 fetch-tags : true
253253 persist-credentials : false
@@ -301,7 +301,7 @@ jobs:
301301
302302 steps :
303303 - name : Checkout
304- uses : actions/checkout@v5
304+ uses : actions/checkout@v6
305305 with :
306306 fetch-tags : true
307307 persist-credentials : false
0 commit comments