Skip to content

Commit

Permalink
Use github-actions/checkout v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Enet4 committed Apr 30, 2022
1 parent fba2841 commit 7026347
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- "--no-default-features"
- "--features ndarray_volumes,nalgebra_affine"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand All @@ -44,7 +44,7 @@ jobs:
features:
- "--features ndarray_volumes,nalgebra_affine"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand All @@ -69,7 +69,7 @@ jobs:
features:
- "--features ndarray_volumes,nalgebra_affine"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand Down

0 comments on commit 7026347

Please sign in to comment.