File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ jobs:
119119 - docs/source/basic-example.rst
120120
121121 steps :
122- - uses : actions/checkout@v4
122+ - uses : actions/checkout@v5
123123 with :
124124 # See https://github.com/codecov/codecov-action/issues/190.
125125 fetch-depth : 2
Original file line number Diff line number Diff line change 3030 - name : vwq
3131
3232 steps :
33- - uses : actions/checkout@v4
33+ - uses : actions/checkout@v5
3434
3535 - name : Set up QEMU
3636 uses : docker/setup-qemu-action@v3
Original file line number Diff line number Diff line change 2424 runs-on : ${{ matrix.platform }}
2525
2626 steps :
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@v5
2828
2929 - name : Install uv
3030 uses : astral-sh/setup-uv@v6
Original file line number Diff line number Diff line change 2121 contents : write
2222
2323 steps :
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v5
2525 with :
2626 # Fetch all history including tags.
2727 # Needed to find the latest tag.
Original file line number Diff line number Diff line change 2626 runs-on : ${{ matrix.platform }}
2727
2828 steps :
29- - uses : actions/checkout@v4
29+ - uses : actions/checkout@v5
3030 with :
3131 # See https://github.com/codecov/codecov-action/issues/190.
3232 fetch-depth : 2
Original file line number Diff line number Diff line change 2424 runs-on : ${{ matrix.platform }}
2525
2626 steps :
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@v5
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