File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313
1414 steps :
15- - uses : actions/checkout@v3
15+ - uses : actions/checkout@v4
1616
1717 - name : Download test datasets
1818 run : |
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 if : startsWith(github.ref, 'refs/tags/v')
1111 steps :
12- - uses : actions/checkout@v3
12+ - uses : actions/checkout@v4
1313 - name : Set up Python 3.12
14- uses : actions/setup-python@v4
14+ uses : actions/setup-python@v5
1515 with :
1616 python-version : " 3.12"
1717 cache : pip
Original file line number Diff line number Diff line change 2626 PYTHON : ${{ matrix.python }}
2727
2828 steps :
29- - uses : actions/checkout@v2
29+ - uses : actions/checkout@v4
3030 - name : Set up Python ${{ matrix.python }}
31- uses : actions/setup-python@v4
31+ uses : actions/setup-python@v5
3232 with :
3333 python-version : ${{ matrix.python }}
3434
3737 run : |
3838 echo "::set-output name=dir::$(pip cache dir)"
3939 - name : Restore pip cache
40- uses : actions/cache@v2
40+ uses : actions/cache@v4
4141 with :
4242 path : ${{ steps.pip-cache-dir.outputs.dir }}
4343 key : pip-${{ runner.os }}-${{ env.pythonLocation }}-${{ hashFiles('**/pyproject.toml') }}
You can’t perform that action at this time.
0 commit comments