diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 4377f2a9..8e1feca1 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -84,7 +84,7 @@ jobs: - run: rustup target add ${{ matrix.config.target_triple }} - name: Install Protoc - uses: arduino/setup-protoc@v2 + uses: arduino/setup-protoc@v3 with: repo-token: ${{ secrets.GITHUB_TOKEN }}