File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 runs-on : ubuntu-latest
2828
2929 steps :
30- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
30+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
3131 with :
3232 fetch-depth : 0
3333 persist-credentials : false
4444 if : github.event_name == 'release' && github.event.action == 'published'
4545
4646 steps :
47- - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
47+ - uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
4848 with :
4949 name : Packages
5050 path : dist
6464 if : github.event_name == 'release' && github.event.action == 'published'
6565
6666 steps :
67- - uses : actions/download-artifact@v5
67+ - uses : actions/download-artifact@v7
6868 with :
6969 name : Packages
7070 path : dist
Original file line number Diff line number Diff line change 2323 name : Format
2424 runs-on : ubuntu-latest
2525 steps :
26- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
26+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
2727 - name : Install uv
28- uses : astral-sh/setup-uv@v6
28+ uses : astral-sh/setup-uv@v7
2929 - name : Install
3030 run : uv sync --no-default-groups --group nox --group lint --locked
3131 - name : Lint
@@ -42,10 +42,10 @@ jobs:
4242 runs-on : [ubuntu-latest, macos-latest, windows-latest]
4343
4444 steps :
45- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
45+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
4646
4747 - name : Install uv
48- uses : astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2
48+ uses : astral-sh/setup-uv@702b425af1c366e68b4a9449a8de6dd98b63e979 # v7.1.2
4949 with :
5050 python-version : ${{ matrix.python-version }}
5151
5757 uv run --frozen nox -s test -- --cov --cov-report=xml --cov-report=term --durations=20
5858
5959 - name : Upload coverage report
60- uses : codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
60+ uses : codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
6161 with :
6262 token : ${{ secrets.CODECOV_TOKEN }}
6363
You can’t perform that action at this time.
0 commit comments