|
29 | 29 | run: rustup update |
30 | 30 |
|
31 | 31 | - name: Checkout |
32 | | - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
| 32 | + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 |
33 | 33 |
|
34 | 34 | - name: Typos |
35 | 35 | uses: crate-ci/typos@master |
@@ -127,7 +127,7 @@ jobs: |
127 | 127 | echo CC=clang-18 >> $GITHUB_ENV |
128 | 128 |
|
129 | 129 | - name: Checkout |
130 | | - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
| 130 | + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 |
131 | 131 |
|
132 | 132 | - name: Cargo Test (Miri) |
133 | 133 | env: |
@@ -184,7 +184,7 @@ jobs: |
184 | 184 | uses: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9 |
185 | 185 |
|
186 | 186 | - name: Checkout |
187 | | - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
| 187 | + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 |
188 | 188 |
|
189 | 189 | - name: Cargo Test |
190 | 190 | run: cargo test --locked --workspace --exclude vchord --no-fail-fast -- --no-capture |
@@ -284,7 +284,7 @@ jobs: |
284 | 284 | sudo apt-get install -y --no-install-recommends postgresql-${{ matrix.version }}-pgvector |
285 | 285 |
|
286 | 286 | - name: Checkout |
287 | | - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
| 287 | + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 |
288 | 288 |
|
289 | 289 | - name: Clippy |
290 | 290 | run: make PROFILE=dev clippy |
@@ -382,7 +382,7 @@ jobs: |
382 | 382 | sudo make -C ~/pgvector-install/pgvector-0.8.1 PG_CONFIG=$(brew --prefix postgresql@${{ matrix.version }})/bin/pg_config CC='sccache clang' OPTFLAGS="" install |
383 | 383 |
|
384 | 384 | - name: Checkout |
385 | | - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
| 385 | + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 |
386 | 386 |
|
387 | 387 | - name: Clippy |
388 | 388 | run: make PROFILE=dev clippy |
@@ -502,7 +502,7 @@ jobs: |
502 | 502 | run: Add-Content -Path $env:GITHUB_ENV -Value "CC=clang-cl.exe" |
503 | 503 |
|
504 | 504 | - name: Checkout |
505 | | - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
| 505 | + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 |
506 | 506 |
|
507 | 507 | - name: Clippy |
508 | 508 | run: make PROFILE=dev clippy |
@@ -623,7 +623,7 @@ jobs: |
623 | 623 | make -C ~/pgvector-install/pgvector-0.8.1 PG_CONFIG=/usr/libexec/postgresql${{ matrix.version }}/pg_config CC='sccache clang-18' OPTFLAGS="" install |
624 | 624 |
|
625 | 625 | - name: Checkout |
626 | | - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
| 626 | + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 |
627 | 627 |
|
628 | 628 | - name: Patch |
629 | 629 | run: | |
@@ -829,7 +829,7 @@ jobs: |
829 | 829 | sudo make -C ~/pgvector-install/pgvector-0.8.1 with_llvm=no CC='sccache clang' CFLAGS="-fuse-ld=lld --target=${{ matrix.clang_triple }} --sysroot=/sysroot" OPTFLAGS="" install |
830 | 830 |
|
831 | 831 | - name: Checkout |
832 | | - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
| 832 | + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 |
833 | 833 |
|
834 | 834 | - name: Patch |
835 | 835 | run: | |
@@ -1027,7 +1027,7 @@ jobs: |
1027 | 1027 | popd |
1028 | 1028 |
|
1029 | 1029 | - name: Checkout |
1030 | | - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
| 1030 | + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 |
1031 | 1031 |
|
1032 | 1032 | - name: Cargo Test |
1033 | 1033 | run: cargo test --locked --workspace --exclude vchord --no-fail-fast -- --no-capture |
|
0 commit comments