diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 38cf83f1..efffef9d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,7 +83,7 @@ jobs: runs-on: ${{ matrix.platform.os }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 # Used to cache cargo-web - name: Cache cargo folder uses: actions/cache@v1