File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111
1212 steps :
13- - uses : actions/checkout@v3
13+ - uses : actions/checkout@v4
1414
1515 - name : Set up Python
1616 uses : actions/setup-python@v4
4343 python : " pypy-3.6"
4444
4545 steps :
46- - uses : actions/checkout@v3
46+ - uses : actions/checkout@v4
4747
4848 - name : Set up Python ${{ matrix.python }}
4949 uses : actions/setup-python@v4
6666 runs-on : windows-latest
6767
6868 steps :
69- - uses : actions/checkout@v3
69+ - uses : actions/checkout@v4
7070
7171 - uses : codecov/codecov-action@v3
7272
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 environment : Deploy
1414 steps :
15- - uses : actions/checkout@v3
15+ - uses : actions/checkout@v4
1616 with :
1717 ref : ${{ github.event.inputs.tag }}
1818 - uses : actions/setup-python@v4
You can’t perform that action at this time.
0 commit comments