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 1010 runs-on : ubuntu-20.04
1111
1212 steps :
13- - uses : actions/checkout@v3
13+ - uses : actions/checkout@v4
1414 - name : Set up Python 3.8
15- uses : actions/setup-python@v4
15+ uses : actions/setup-python@v5
1616 with :
1717 python-version : 3.8
1818 - name : Build wheel and source tarball
Original file line number Diff line number Diff line change 77 runs-on : ubuntu-20.04
88
99 steps :
10- - uses : actions/checkout@v3
10+ - uses : actions/checkout@v4
1111 - name : Set up Python 3.8
12- uses : actions/setup-python@v4
12+ uses : actions/setup-python@v5
1313 with :
1414 python-version : 3.8
1515 - name : Install dependencies
Original file line number Diff line number Diff line change 2323 python-version : " pypy3.8"
2424
2525 steps :
26- - uses : actions/checkout@v3
26+ - uses : actions/checkout@v4
2727 - name : Set up Python ${{ matrix.python-version }}
28- uses : actions/setup-python@v4
28+ uses : actions/setup-python@v5
2929 with :
3030 python-version : ${{ matrix.python-version }}
3131 - name : Install dependencies
4545 dependency : ["aiohttp", "requests", "httpx", "websockets"]
4646
4747 steps :
48- - uses : actions/checkout@v3
48+ - uses : actions/checkout@v4
4949 - name : Set up Python 3.8
50- uses : actions/setup-python@v4
50+ uses : actions/setup-python@v5
5151 with :
5252 python-version : 3.8
5353 - name : Install dependencies with only ${{ matrix.dependency }} extra dependency
6161 runs-on : ubuntu-20.04
6262
6363 steps :
64- - uses : actions/checkout@v3
64+ - uses : actions/checkout@v4
6565 - name : Set up Python 3.8
66- uses : actions/setup-python@v4
66+ uses : actions/setup-python@v5
6767 with :
6868 python-version : 3.8
6969 - name : Install test dependencies
You can’t perform that action at this time.
0 commit comments