Skip to content

Commit

Permalink
fix: usage of deprecated Node.js 16 action
Browse files Browse the repository at this point in the history
  • Loading branch information
hamirmahal committed Sep 18, 2024
1 parent f8a0b4e commit 2487440
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- stable
- beta
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Cache Faiss shared objects
uses: actions/cache@v3
with:
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
rust:
- stable
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: actions-rust-lang/setup-rust-toolchain@v1
Expand All @@ -66,7 +66,7 @@ jobs:
name: Clippy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: stable
Expand Down

0 comments on commit 2487440

Please sign in to comment.