Skip to content

Commit 1e9efc0

Browse files
committed
Updated CI
1 parent fa45c01 commit 1e9efc0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ jobs:
44
build:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v5
8-
- uses: leafo/gh-actions-lua@v12
7+
- uses: actions/checkout@v6
8+
- uses: leafo/gh-actions-lua@v13
99
- uses: leafo/gh-actions-luarocks@v6
1010
- run: |
1111
luarocks install pgmoon
@@ -16,7 +16,7 @@ jobs:
1616
dev-files: true
1717
- run: |
1818
cd /tmp
19-
git clone --branch v0.8.1 https://github.com/pgvector/pgvector.git
19+
git clone --branch v0.8.2 https://github.com/pgvector/pgvector.git
2020
cd pgvector
2121
make
2222
sudo make install

0 commit comments

Comments
 (0)