File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 5959 jl${{ matrix.julia-version }}
6060 ${{ matrix.os }} ${{ matrix.architecture }}
6161 steps :
62- - uses : actions/checkout@v1
62+ - uses : actions/checkout@v4
6363 - name : Setup python
64- uses : actions/setup-python@v1
64+ uses : actions/setup-python@v4
6565 with :
6666 python-version : ${{ matrix.python-version }}
6767 architecture : ${{ matrix.architecture }}
9999 fail-fast : false
100100 name : Check ${{ matrix.toxenv }}
101101 steps :
102- - uses : actions/checkout@v2
102+ - uses : actions/checkout@v4
103103 - name : Setup python
104- uses : actions/setup-python@v1
104+ uses : actions/setup-python@v4
105105 with :
106106 python-version : ' 3.10'
107107 - run : python -m pip install --upgrade tox
Original file line number Diff line number Diff line change 1414 steps :
1515 - uses : actions/checkout@v2
1616 - name : Set up Python 3.9
17- uses : actions/setup-python@v1
17+ uses : actions/setup-python@v4
1818 with :
1919 python-version : 3.9
2020 - name : Install setuptools and wheel
3939 needs : publish-to-testpypi
4040 runs-on : ubuntu-20.04
4141 steps :
42- - uses : actions/checkout@v2
42+ - uses : actions/checkout@v4
4343 - name : Set up Python 3.9
44- uses : actions/setup-python@v1
44+ uses : actions/setup-python@v4
4545 with :
4646 python-version : 3.9
4747 - name : Set up Julia
6060 package : ['julia==0.6.1']
6161 steps :
6262 - name : Set up Python 3.9
63- uses : actions/setup-python@v1
63+ uses : actions/setup-python@v4
6464 with :
6565 python-version : 3.9
6666 - name : Download from TestPyPI
Original file line number Diff line number Diff line change 1212 test__using_default_setup :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v2
15+ - uses : actions/checkout@v4
1616 - name : Setup python
17- uses : actions/setup-python@v1
17+ uses : actions/setup-python@v4
1818 - run : python -m pip install --upgrade tox
1919 - run : python -m tox -- --no-julia -k test__using_default_setup
2020 env :
You can’t perform that action at this time.
0 commit comments