Skip to content

Commit 48f41ef

Browse files
committed
Updated actions [skip ci]
1 parent 14ae996 commit 48f41ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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@v4
7+
- uses: actions/checkout@v5
88
- uses: ankane/setup-postgres@v1
99
with:
1010
database: pgvector_node_test
@@ -17,7 +17,7 @@ jobs:
1717
sudo make install
1818
1919
# Node.js
20-
- uses: actions/setup-node@v4
20+
- uses: actions/setup-node@v6
2121
with:
2222
node-version: 24
2323
- run: npm install

0 commit comments

Comments
 (0)