2424 contents : write
2525 steps :
2626 - name : Checkout repository
27- uses : actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6 .0.0
27+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 .0.0
2828 with :
2929 persist-credentials : false
3030 fetch-depth : 0
4949 contents : write
5050 steps :
5151 - name : Checkout repository
52- uses : actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6 .0.0
52+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 .0.0
5353 with :
5454 persist-credentials : true
5555 fetch-depth : 0
7272 packages : write
7373 steps :
7474 - name : Checkout repository
75- uses : actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6 .0.0
75+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 .0.0
7676 with :
7777 persist-credentials : false
7878 - name : Login to GitHub registry
@@ -165,7 +165,7 @@ jobs:
165165 if : contains(github.event.head_commit.message, '[release]')
166166 steps :
167167 - name : Checkout repository
168- uses : actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6 .0.0
168+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 .0.0
169169 with :
170170 persist-credentials : false
171171 - name : Login to GitHub registry
@@ -192,7 +192,7 @@ jobs:
192192 needs : [docker-release]
193193 steps :
194194 - name : Checkout repository
195- uses : actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6 .0.0
195+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 .0.0
196196 with :
197197 persist-credentials : true
198198 fetch-depth : 0
@@ -242,7 +242,7 @@ jobs:
242242 needs : [action-latest-test, deploy-latest]
243243 steps :
244244 - name : Checkout repository
245- uses : actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6 .0.0
245+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 .0.0
246246 with :
247247 persist-credentials : false
248248 - name : Setup NodeJS
0 commit comments