Skip to content

Commit c38cdcc

Browse files
committed
Updated CI [skip ci]
1 parent 9a2448f commit c38cdcc

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
@@ -4,7 +4,7 @@ jobs:
44
build:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v3
7+
- uses: actions/checkout@v4
88
- uses: actions/setup-node@v3
99
- run: npm install
1010
- uses: ankane/setup-postgres@v1
@@ -13,7 +13,7 @@ jobs:
1313
dev-files: true
1414
- run: |
1515
cd /tmp
16-
git clone --branch v0.5.0 https://github.com/pgvector/pgvector.git
16+
git clone --branch v0.5.1 https://github.com/pgvector/pgvector.git
1717
cd pgvector
1818
make
1919
sudo make install

0 commit comments

Comments
 (0)