Skip to content

Commit 01ff129

Browse files
authored
Merge branch 'main' into pre-commit-ci-update-config
2 parents 31bbfa5 + 3df6fa0 commit 01ff129

File tree

6 files changed

+1424
-1165
lines changed

6 files changed

+1424
-1165
lines changed

.github/workflows/code_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
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"

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
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

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
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
@@ -93,7 +93,7 @@ jobs:
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

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
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

.github/workflows/unit_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
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"
@@ -72,7 +72,7 @@ jobs:
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

0 commit comments

Comments
 (0)