From a16d3a7dfadbe20af3509d89822d6c2f814dca26 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Wed, 22 Nov 2023 12:22:58 -0800 Subject: [PATCH] Updated CI --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6f8bf55..a774f2a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,7 +4,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-dotnet@v3 - uses: ankane/setup-postgres@v1 with: @@ -12,7 +12,7 @@ jobs: dev-files: true - run: | cd /tmp - git clone --branch v0.5.0 https://github.com/pgvector/pgvector.git + git clone --branch v0.5.1 https://github.com/pgvector/pgvector.git cd pgvector make sudo make install