File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 9090 - docs/source/basic-example.rst
9191
9292 steps :
93- - uses : actions/checkout@v3
93+ - uses : actions/checkout@v4
9494 with :
9595 # See https://github.com/codecov/codecov-action/issues/190.
9696 fetch-depth : 2
Original file line number Diff line number Diff line change 2323 runs-on : ubuntu-latest
2424
2525 steps :
26- - uses : actions/checkout@v3
26+ - uses : actions/checkout@v4
2727
2828 - name : Set up QEMU
2929 uses : docker/setup-qemu-action@v2
Original file line number Diff line number Diff line change 2222 matrix :
2323 python-version : ["3.11"]
2424 steps :
25- - uses : actions/checkout@v3
25+ - uses : actions/checkout@v4
2626 - name : " Set up Python"
2727 uses : actions/setup-python@v4
2828 with :
Original file line number Diff line number Diff line change 1414 python-version : ["3.11"]
1515
1616 steps :
17- - uses : actions/checkout@v3
17+ - uses : actions/checkout@v4
1818
1919 - name : " Set up Python"
2020 uses : actions/setup-python@v4
Original file line number Diff line number Diff line change 2424 runs-on : ${{ matrix.platform }}
2525
2626 steps :
27- - uses : actions/checkout@v3
27+ - uses : actions/checkout@v4
2828 with :
2929 # See https://github.com/codecov/codecov-action/issues/190.
3030 fetch-depth : 2
You can’t perform that action at this time.
0 commit comments