File tree Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 5555 - name : Checkout Repo
5656 uses : actions/checkout@v3
5757 - name : Setup Python
58- uses : actions/setup-python@v3
58+ uses : actions/setup-python@v4
5959 with :
6060 python-version : ${{ matrix.python }}
6161 - name : Install Dependencies
Original file line number Diff line number Diff line change 4141 - name : Checkout Repo
4242 uses : actions/checkout@v3
4343 - name : Setup Python
44- uses : actions/setup-python@v3
44+ uses : actions/setup-python@v4
4545 with :
4646 python-version : ${{ matrix.python }}
4747 - name : Install Dependencies
Original file line number Diff line number Diff line change 3838 - name : Checkout Repo
3939 uses : actions/checkout@v3
4040 - name : Setup Python
41- uses : actions/setup-python@v3
41+ uses : actions/setup-python@v4
4242 with :
4343 python-version : ${{ matrix.python }}
4444 - name : Pre-install Lingvo ASR
Original file line number Diff line number Diff line change 3434 - name : Checkout Repo
3535 uses : actions/checkout@v3
3636 - name : Setup Python
37- uses : actions/setup-python@v3
37+ uses : actions/setup-python@v4
3838 with :
3939 python-version : ${{ matrix.python }}
4040 - name : Install Dependencies
Original file line number Diff line number Diff line change 2828 - name : Checkout Repo
2929 uses : actions/checkout@v3
3030 - name : Setup Python
31- uses : actions/setup-python@v3
31+ uses : actions/setup-python@v4
3232 with :
3333 python-version : 3.8
3434 - name : Install Dependencies
Original file line number Diff line number Diff line change 4949 - name : Checkout Repo
5050 uses : actions/checkout@v3
5151 - name : Setup Python
52- uses : actions/setup-python@v3
52+ uses : actions/setup-python@v4
5353 with :
5454 python-version : ${{ matrix.python }}
5555 - name : Install Dependencies
Original file line number Diff line number Diff line change 4343 - name : Checkout Repo
4444 uses : actions/checkout@v3
4545 - name : Setup Python
46- uses : actions/setup-python@v3
46+ uses : actions/setup-python@v4
4747 with :
4848 python-version : ${{ matrix.python }}
4949 - name : Install Dependencies
Original file line number Diff line number Diff line change 2626 - name : Checkout Repo
2727 uses : actions/checkout@v3
2828 - name : Setup Python
29- uses : actions/setup-python@v3
29+ uses : actions/setup-python@v4
3030 with :
3131 python-version : 3.8
3232 - name : Pre-install
Original file line number Diff line number Diff line change 3737 - name : Checkout Repo
3838 uses : actions/checkout@v3
3939 - name : Setup Python
40- uses : actions/setup-python@v3
40+ uses : actions/setup-python@v4
4141 with :
4242 python-version : ${{ matrix.python }}
4343 - name : Install Dependencies
Original file line number Diff line number Diff line change 5252 - name : Checkout Repo
5353 uses : actions/checkout@v3
5454 - name : Setup Python
55- uses : actions/setup-python@v3
55+ uses : actions/setup-python@v4
5656 with :
5757 python-version : ${{ matrix.python }}
5858 - name : Install Dependencies
You can’t perform that action at this time.
0 commit comments