fix: usage of actions/checkout@v2 (#2403)

* chore: changes from formatting on save

* fix: usage of `actions/checkout@v2`
This commit is contained in:
Hamir Mahal
2024-08-06 01:59:34 -07:00
committed by GitHub
parent 59bbc0d287
commit b7d9af00cc
2 changed files with 9 additions and 9 deletions

View File

@ -18,9 +18,9 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest] # For now, only test on Linux
steps:
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Install Rust
uses: actions-rs/toolchain@v1
@ -65,4 +65,4 @@ jobs:
working-directory: ./candle-pyo3
run: |
source .env/bin/activate
python -m pytest -s -v tests
python -m pytest -s -v tests