File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 lint :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v3
12+ - uses : actions/checkout@v4
1313 - uses : actions/setup-python@v4
1414 with :
1515 python-version : 3.x
5757 - python : pypy3.9
5858 toxenv : pypy3
5959 steps :
60- - uses : actions/checkout@v3
60+ - uses : actions/checkout@v4
6161 - uses : actions/setup-python@v4
6262 with :
6363 python-version : ${{ matrix.python }}
7373 coverage :
7474 runs-on : ubuntu-latest
7575 steps :
76- - uses : actions/checkout@v3
76+ - uses : actions/checkout@v4
7777 - uses : actions/setup-python@v4
7878 with :
7979 python-version : 3.x
9292 if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
9393 runs-on : ubuntu-latest
9494 steps :
95- - uses : actions/checkout@v3
95+ - uses : actions/checkout@v4
9696 - uses : actions/setup-python@v4
9797 with :
9898 python-version : 3.x
You can’t perform that action at this time.
0 commit comments