Skip to content

Commit d555077

Browse files
committed
Updated CI
1 parent 31c4a94 commit d555077

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
matrix:
99
python: [3.14, "3.10"]
1010
steps:
11-
- uses: actions/checkout@v6
11+
- uses: actions/checkout@v7
1212
- uses: actions/setup-python@v6
1313
with:
1414
python-version: ${{ matrix.python }}
@@ -19,7 +19,7 @@ jobs:
1919
dev-files: true
2020
- run: |
2121
cd /tmp
22-
git clone --branch v0.8.2 https://github.com/pgvector/pgvector.git
22+
git clone --branch v0.8.4 https://github.com/pgvector/pgvector.git
2323
cd pgvector
2424
make
2525
sudo make install

0 commit comments

Comments
 (0)