File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1414 runs-on : self-hosted
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v3
1818 - name : Pull cache
1919 uses : actions/cache@v4
2020 with :
3030 needs : build-rswift
3131 steps :
3232 - name : Checkout
33- uses : actions/checkout@v4
33+ uses : actions/checkout@v3
3434 - name : Download build
3535 uses : actions/download-artifact@v4.1.7
3636 with :
6161 needs : build-rswift
6262 steps :
6363 - name : Checkout
64- uses : actions/checkout@v4
64+ uses : actions/checkout@v3
6565 - name : Download build
6666 uses : actions/download-artifact@v4.1.7
6767 with :
8181 needs : build-rswift
8282 steps :
8383 - name : Checkout
84- uses : actions/checkout@v4
84+ uses : actions/checkout@v3
8585 - name : Download build
8686 uses : actions/download-artifact@v4.1.7
8787 with :
@@ -100,7 +100,7 @@ jobs:
100100 needs : build-rswift
101101 steps :
102102 - name : Checkout
103- uses : actions/checkout@v4
103+ uses : actions/checkout@v3
104104 - name : Download build
105105 uses : actions/download-artifact@v4.1.7
106106 with :
@@ -119,7 +119,7 @@ jobs:
119119 runs-on : self-hosted
120120 steps :
121121 - name : Checkout
122- uses : actions/checkout@v4
122+ uses : actions/checkout@v3
123123 - name : Pull cache
124124 uses : actions/cache@v4
125125 with :
You can’t perform that action at this time.
0 commit comments