File tree Expand file tree Collapse file tree 7 files changed +1425
-1166
lines changed
Expand file tree Collapse file tree 7 files changed +1425
-1166
lines changed Original file line number Diff line number Diff line change 3030 steps :
3131 - uses : actions/checkout@v4.2.2
3232 - name : Install uv
33- uses : astral-sh/setup-uv@v5.3.1
33+ uses : astral-sh/setup-uv@v6
3434 with :
3535 # Install a specific version of uv.
3636 version : " 0.5.21"
Original file line number Diff line number Diff line change 4444 images : vectorinstitute/vector-inference
4545
4646 - name : Build and push Docker image
47- uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4
47+ uses : docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1
4848 with :
4949 context : .
5050 file : ./Dockerfile
Original file line number Diff line number Diff line change 5656 fetch-depth : 0 # Fetch all history for proper versioning
5757
5858 - name : Install uv
59- uses : astral-sh/setup-uv@v5
59+ uses : astral-sh/setup-uv@v6
6060 with :
6161 version : " 0.5.21"
6262 enable-cache : true
9393 fetch-depth : 0 # Fetch all history for proper versioning
9494
9595 - name : Install uv
96- uses : astral-sh/setup-uv@v5
96+ uses : astral-sh/setup-uv@v6
9797 with :
9898 version : " 0.5.21"
9999 enable-cache : true
Original file line number Diff line number Diff line change 1616 - uses : actions/checkout@v4.2.2
1717
1818 - name : Install uv
19- uses : astral-sh/setup-uv@v5
19+ uses : astral-sh/setup-uv@v6
2020 with :
2121 version : " 0.6.6"
2222 enable-cache : true
Original file line number Diff line number Diff line change 4646 - uses : actions/checkout@v4.2.2
4747
4848 - name : Install uv
49- uses : astral-sh/setup-uv@v5.3.1
49+ uses : astral-sh/setup-uv@v6
5050 with :
5151 # Install a specific version of uv.
5252 version : " 0.5.21"
7272 uv run pytest tests/test_imports.py
7373
7474 - name : Upload coverage to Codecov
75- uses : codecov/codecov-action@v5.4.0
75+ uses : codecov/codecov-action@v5.4.2
7676 with :
7777 token : ${{ secrets.CODECOV_TOKEN }}
7878 file : ./coverage.xml
Original file line number Diff line number Diff line change 1717 - id : check-toml
1818
1919 - repo : https://github.com/astral-sh/ruff-pre-commit
20- rev : ' v0.11.6 '
20+ rev : ' v0.11.7 '
2121 hooks :
2222 - id : ruff
2323 args : [--fix, --exit-non-zero-on-fix]
You can’t perform that action at this time.
0 commit comments