1515 steps :
1616 - name : Configure git
1717 run : ' git config --global init.defaultBranch main'
18- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # tag v6.0.1
18+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # tag v6.0.2
1919 - uses : ruby/setup-ruby@4c24fa5ec04b2e79eb40571b1cee2a0d2b705771 # tag v1.278.0
2020 with :
2121 ruby-version : 4.0.0
4040 steps :
4141 - name : Configure git
4242 run : ' git config --global init.defaultBranch main'
43- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # tag v6.0.1
43+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # tag v6.0.2
4444
4545 - name : Run Unit and Env tests
4646 uses : ./.github/actions/run_unit_tests
5858 steps :
5959 - name : Configure git
6060 run : ' git config --global init.defaultBranch main'
61- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # tag v6.0.1
61+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # tag v6.0.2
6262
6363 - name : Run Multiverse (${{ matrix.multiverse }})
6464 uses : ./.github/actions/run_multiverse
9292 steps :
9393 - name : Configure git
9494 run : ' git config --global init.defaultBranch main'
95- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # tag v6.0.1
95+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # tag v6.0.2
9696
9797 - name : Run Multiverse (services_1)
9898 uses : ./.github/actions/run_multiverse
@@ -143,7 +143,7 @@ jobs:
143143 steps :
144144 - name : Configure git
145145 run : ' git config --global init.defaultBranch main'
146- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # tag v6.0.1
146+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # tag v6.0.2
147147
148148 - name : Run Multiverse (services_2)
149149 uses : ./.github/actions/run_multiverse
@@ -187,7 +187,7 @@ jobs:
187187 steps :
188188 - name : Configure git
189189 run : ' git config --global init.defaultBranch main'
190- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # tag v6.0.1
190+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # tag v6.0.2
191191
192192 - name : Run Multiverse (services_elasticsearch)
193193 uses : ./.github/actions/run_multiverse
@@ -235,7 +235,7 @@ jobs:
235235 steps :
236236 - name : Configure git
237237 run : ' git config --global init.defaultBranch main'
238- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # tag v6.0.1
238+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # tag v6.0.2
239239
240240 - name : Run Multiverse (services_kafka)
241241 uses : ./.github/actions/run_multiverse
@@ -276,7 +276,7 @@ jobs:
276276 steps :
277277 - name : Configure git
278278 run : ' git config --global init.defaultBranch main'
279- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # tag v6.0.1
279+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # tag v6.0.2
280280
281281 - name : Run Multiverse (services_mysql_pg)
282282 uses : ./.github/actions/run_multiverse
@@ -295,7 +295,7 @@ jobs:
295295 steps :
296296 - name : Configure git
297297 run : ' git config --global init.defaultBranch main'
298- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # tag v6.0.1
298+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # tag v6.0.2
299299
300300 - name : Run Multiverse (infinite_tracing)
301301 uses : ./.github/actions/run_multiverse
@@ -313,7 +313,7 @@ jobs:
313313 permissions :
314314 contents : read
315315 steps :
316- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # tag v6.0.1
316+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # tag v6.0.2
317317 - uses : ./.github/actions/workflow-conclusion
318318 - uses : voxmedia/github-action-slack-notify-build@373da97827332b19e753c84d1e5b7937dbe0fbfa # tag v2
319319 if : ${{ env.WORKFLOW_CONCLUSION == 'failure' && github.event_name != 'workflow_dispatch' }}
@@ -333,7 +333,7 @@ jobs:
333333 permissions :
334334 contents : read
335335 steps :
336- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # tag v6.0.1
336+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # tag v6.0.2
337337 - uses : ./.github/actions/workflow-conclusion
338338 - run : echo ${{ github.event_name }}
339339 - uses : Mercymeilya/last-workflow-status@3418710aefe8556d73b6f173a0564d38bcfd9a43 # tag v0.3.3
0 commit comments