@@ -158,7 +158,6 @@ jobs:
158158 ref : ${{steps.set_outputs.outputs.github_ref}}
159159 fetch-depth : 0
160160 submodules : false
161- persist-credentials : false
162161 - name : Setup python
163162 uses : actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # ratchet:actions/setup-python@v4
164163 with :
@@ -312,7 +311,6 @@ jobs:
312311 with :
313312 ref : ${{needs.check_and_prepare.outputs.github_ref}}
314313 submodules : true
315- persist-credentials : false
316314 - name : Setup python
317315 uses : actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # ratchet:actions/setup-python@v4
318316 with :
@@ -486,7 +484,6 @@ jobs:
486484 with :
487485 ref : ${{needs.check_and_prepare.outputs.github_ref}}
488486 submodules : true
489- persist-credentials : false
490487 - run : df -h
491488 - name : Free Disk Space (Ubuntu)
492489 if : runner.os == 'Linux'
@@ -631,7 +628,6 @@ jobs:
631628 with :
632629 ref : ${{needs.check_and_prepare.outputs.github_ref}}
633630 submodules : true
634- persist-credentials : false
635631 - name : Setup python
636632 uses : actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # ratchet:actions/setup-python@v4
637633 with :
@@ -754,7 +750,6 @@ jobs:
754750 with :
755751 ref : ${{needs.check_and_prepare.outputs.github_ref}}
756752 submodules : true
757- persist-credentials : false
758753 - name : Setup python
759754 uses : actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # ratchet:actions/setup-python@v4
760755 with :
@@ -894,7 +889,6 @@ jobs:
894889 - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # ratchet:actions/checkout@v3
895890 with :
896891 ref : ${{needs.check_and_prepare.outputs.github_ref}}
897- persist-credentials : false
898892 - name : Download Desktop integration tests artifact
899893 uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # ratchet:actions/download-artifact@v4
900894 with :
@@ -1025,7 +1019,6 @@ jobs:
10251019 - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # ratchet:actions/checkout@v3
10261020 with :
10271021 ref : ${{needs.check_and_prepare.outputs.github_ref}}
1028- persist-credentials : false
10291022 - name : Download Android integration tests artifact
10301023 uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # ratchet:actions/download-artifact@v4
10311024 with :
@@ -1171,7 +1164,6 @@ jobs:
11711164 - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # ratchet:actions/checkout@v3
11721165 with :
11731166 ref : ${{needs.check_and_prepare.outputs.github_ref}}
1174- persist-credentials : false
11751167 - name : Download iOS integration tests artifact
11761168 uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # ratchet:actions/download-artifact@v4
11771169 with :
@@ -1357,7 +1349,6 @@ jobs:
13571349 - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # ratchet:actions/checkout@v3
13581350 with :
13591351 ref : ${{needs.check_and_prepare.outputs.github_ref}}
1360- persist-credentials : false
13611352 - name : Download tvOS integration tests artifact
13621353 uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # ratchet:actions/download-artifact@v4
13631354 with :
@@ -1507,7 +1498,6 @@ jobs:
15071498 with :
15081499
15091500 ref : ${{needs.check_and_prepare.outputs.github_ref}}
1510- persist-credentials : false
15111501 - name : Setup python
15121502 uses : actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # ratchet:actions/setup-python@v4
15131503 with :
@@ -1588,7 +1578,6 @@ jobs:
15881578 with :
15891579
15901580 ref : ${{needs.check_and_prepare.outputs.github_ref}}
1591- persist-credentials : false
15921581 - name : Setup python
15931582 uses : actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # ratchet:actions/setup-python@v4
15941583 with :
0 commit comments