diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index c2428f44..4fdfb09b 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -49,7 +49,7 @@ jobs: if: ${{ matrix.ci-action == 'bundle' }} run: cargo install cargo-bundle --git https://github.com/burtonageo/cargo-bundle.git - - uses: actions/checkout@v2.4.0 + - uses: actions/checkout@v3 - name: run cargo-dinghy if: ${{ matrix.ci-action == 'dinghy' }} run: make test