diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 402071b2..86a8b22d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: name: Cancel Previous Runs runs-on: ubuntu-20.04 steps: - - uses: styfle/cancel-workflow-action@0.4.1 + - uses: styfle/cancel-workflow-action@0.11.0 with: access_token: ${{ secrets.GITHUB_TOKEN }} @@ -30,7 +30,7 @@ jobs: cargo clippy -- -D warnings ] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Install protoc run: sudo apt-get install protobuf-compiler @@ -38,7 +38,7 @@ jobs: - name: Setup Rust toolchain run: rustup show - - uses: Swatinem/rust-cache@v1 + - uses: Swatinem/rust-cache@v2 with: key: ${{ matrix.rust-target }}-${{ matrix.check }}