Skip to content

Commit e555f20

Browse files
authored
Merge branch 'main' into slurm_dependency
2 parents 8eb2c65 + 8de1c41 commit e555f20

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
images: vectorinstitute/vector-inference
4646

4747
- name: Build and push Docker image
48-
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1
48+
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0
4949
with:
5050
context: .
5151
file: ./Dockerfile

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.2
75+
uses: codecov/codecov-action@v5.4.3
7676
with:
7777
token: ${{ secrets.CODECOV_TOKEN }}
7878
file: ./coverage.xml

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
- id: check-toml
1818

1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: 'v0.11.8'
20+
rev: 'v0.11.10'
2121
hooks:
2222
- id: ruff
2323
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)