diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index dd7c31e2..764ffacf 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -65,7 +65,7 @@ jobs: target: "aarch64-uwp-windows-msvc" rust: nightly-2023-02-01 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install deps on linux if: startsWith(matrix.os, 'ubuntu') run: |