diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 6137bde7..98268982 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -48,9 +48,9 @@ jobs: TARGET: ${{ matrix.TARGET }} OS: ${{ matrix.OS }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Cargo cache - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: | ~/.cargo/registry