diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fab3e98ae..d74241bd8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,8 +20,9 @@ jobs: steps: - uses: actions/checkout@v2 - name: Install Protoc - uses: arduino/setup-protoc@v1 + uses: arduino/setup-protoc@v3 with: + version: "23.x" repo-token: ${{ secrets.GITHUB_TOKEN }} - uses: actions-rs/toolchain@v1 with: @@ -101,8 +102,9 @@ jobs: steps: - uses: actions/checkout@v2 - name: Install Protoc - uses: arduino/setup-protoc@v1 + uses: arduino/setup-protoc@v3 with: + version: "23.x" repo-token: ${{ secrets.GITHUB_TOKEN }} - uses: actions-rs/toolchain@v1 with: diff --git a/.github/workflows/rust-clippy.yml b/.github/workflows/rust-clippy.yml index 752e0568b..4c29faca5 100644 --- a/.github/workflows/rust-clippy.yml +++ b/.github/workflows/rust-clippy.yml @@ -29,8 +29,9 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - name: Install Protoc - uses: arduino/setup-protoc@v1 + uses: arduino/setup-protoc@v3 with: + version: "23.x" repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Install Rust toolchain uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af #@v1 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b504e3af0..5c7a37584 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,8 +16,9 @@ jobs: steps: - uses: actions/checkout@v2 - name: Install Protoc - uses: arduino/setup-protoc@v1 + uses: arduino/setup-protoc@v3 with: + version: "23.x" repo-token: ${{ secrets.GITHUB_TOKEN }} - uses: actions-rs/toolchain@v1 with: