From 3f853a20852ab44a8c107a4d87bc83225bb4b2d4 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Wed, 27 Dec 2023 12:53:37 -0500 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 0fa0ab7..fc46cfe 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: leafo/gh-actions-lua@v10 - uses: leafo/gh-actions-luarocks@v4 - run: | @@ -16,7 +16,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