File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 version : ${{ steps.version.outputs.value }}
1717
1818 steps :
19- - uses : actions/checkout@v3
19+ - uses : actions/checkout@v4
2020 with :
2121 fetch-depth : 0
2222
Original file line number Diff line number Diff line change 2020 version : v${{ steps.version.outputs.value }}
2121
2222 steps :
23- - uses : actions/checkout@v3
23+ - uses : actions/checkout@v4
2424 with :
2525 token : ${{ secrets.ACCESS_TOKEN }}
2626
4949 needs : prepare
5050
5151 steps :
52- - uses : actions/checkout@v3
52+ - uses : actions/checkout@v4
5353 with :
5454 fetch-depth : 0
5555 token : ${{ secrets.ACCESS_TOKEN }}
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-22.04
1414
1515 steps :
16- - uses : actions/checkout@v3
16+ - uses : actions/checkout@v4
1717 with :
1818 fetch-depth : 0
1919
2525 runs-on : ubuntu-22.04
2626
2727 steps :
28- - uses : actions/checkout@v3
28+ - uses : actions/checkout@v4
2929 with :
3030 ref : ${{ github.head_ref }}
3131 fetch-depth : 0
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-22.04
1717
1818 steps :
19- - uses : actions/checkout@v3
19+ - uses : actions/checkout@v4
2020
2121 - name : Setup Python 3.8
2222 uses : actions/setup-python@v4
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-22.04
1414
1515 steps :
16- - uses : actions/checkout@v3
16+ - uses : actions/checkout@v4
1717
1818 - name : Version
1919 id : version
9595 runs-on : ubuntu-22.04
9696
9797 steps :
98- - uses : actions/checkout@v3
98+ - uses : actions/checkout@v4
9999
100100 - name : Configurating Git
101101 run : |
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-22.04
1616
1717 steps :
18- - uses : actions/checkout@v3
18+ - uses : actions/checkout@v4
1919 with :
2020 fetch-depth : 0
2121
Original file line number Diff line number Diff line change 5050 numpy : " numpy"
5151
5252 steps :
53- - uses : actions/checkout@v3
53+ - uses : actions/checkout@v4
5454
5555 - name : Setup python
5656 uses : actions/setup-python@v4
9898 numpy : ["numpy"]
9999
100100 steps :
101- - uses : actions/checkout@v3
101+ - uses : actions/checkout@v4
102102
103103 - name : Setup python
104104 uses : actions/setup-python@v4
@@ -183,7 +183,7 @@ jobs:
183183 SPARK_DIRECTORY : ${{ github.workspace }}/../
184184 SPARK_HOME : ${{ github.workspace }}/../spark/
185185 steps :
186- - uses : actions/checkout@v3
186+ - uses : actions/checkout@v4
187187 - name : Setup python
188188 uses : actions/setup-python@v4
189189 with :
You can’t perform that action at this time.
0 commit comments