3434 RUST_BACKTRACE : 1
3535 steps :
3636 - name : Checkout repository
37- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
37+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3838 with :
3939 persist-credentials : false
4040
7676 CI_TARGET_TRIPLE : ${{ matrix.target }}
7777 steps :
7878 - name : Checkout repository
79- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
79+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
8080 with :
8181 persist-credentials : false
8282
@@ -119,7 +119,7 @@ jobs:
119119 RUST_BACKTRACE : 1
120120 steps :
121121 - name : Checkout repository
122- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
122+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
123123 with :
124124 persist-credentials : false
125125
@@ -160,7 +160,7 @@ jobs:
160160 CI_TARGET_TRIPLE : ${{ matrix.target }}
161161 steps :
162162 - name : Checkout repository
163- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
163+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
164164 with :
165165 persist-credentials : false
166166
@@ -186,7 +186,7 @@ jobs:
186186 RUST_BACKTRACE : 1
187187 steps :
188188 - name : Checkout repository
189- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
189+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
190190 with :
191191 persist-credentials : false
192192
@@ -211,7 +211,7 @@ jobs:
211211 runs-on : ubuntu-latest
212212 steps :
213213 - name : Checkout repository
214- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
214+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
215215 with :
216216 persist-credentials : false
217217
@@ -229,12 +229,12 @@ jobs:
229229 runs-on : ubuntu-latest
230230 steps :
231231 - name : Checkout repository
232- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
232+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
233233 with :
234234 persist-credentials : false
235235
236236 - name : Setup Node.js runtime
237- uses : actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1 .0
237+ uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2 .0
238238 with :
239239 node-version : " lts/*"
240240
0 commit comments