File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 steps :
2222 - uses : actions/checkout@v7
2323 - name : Set up Python ${{ matrix.python-version }}
24- uses : actions/setup-python@v6
24+ uses : actions/setup-python@v7
2525 with :
2626 python-version : ${{ matrix.python-version }}
2727 - name : Install dependencies
Original file line number Diff line number Diff line change 5555 sudo apt update
5656 sudo apt install build-essential ffmpeg libsm6 libxext6 libsndfile1 wget -y
5757 - name : Set up Python ${{ matrix.python-version }}
58- uses : actions/setup-python@v6
58+ uses : actions/setup-python@v7
5959 with :
6060 python-version : ${{ matrix.python-version }}
6161 - name : Install dependencies
Original file line number Diff line number Diff line change 2626 steps :
2727 - uses : actions/checkout@v7
2828 - name : Set up Python
29- uses : actions/setup-python@v6
29+ uses : actions/setup-python@v7
3030 with :
3131 python-version : ' 3.x'
3232 cache : ' pip' # caching pip dependencies
Original file line number Diff line number Diff line change 3232 steps :
3333 - uses : actions/checkout@v7
3434 - name : Set up Python ${{ matrix.python-version }}
35- uses : actions/setup-python@v6
35+ uses : actions/setup-python@v7
3636 with :
3737 python-version : ${{ matrix.python-version }}
3838 - name : Install dependencies
Original file line number Diff line number Diff line change 2020 steps :
2121 - uses : actions/checkout@v7
2222 - name : Set up Python ${{ matrix.python-version }}
23- uses : actions/setup-python@v6
23+ uses : actions/setup-python@v7
2424 with :
2525 python-version : ${{ matrix.python-version }}
2626 - name : Set up R
You can’t perform that action at this time.
0 commit comments