From 702634711eac7b1802cb5a691b7472b927ce5c34 Mon Sep 17 00:00:00 2001 From: Eduardo Pinho Date: Sat, 30 Apr 2022 14:51:32 +0100 Subject: [PATCH] Use github-actions/checkout v3 --- .github/workflows/rust.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 945c0eb..836fc30 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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 @@ -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 @@ -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