From 03237b424b047f497337aea79e2c6ef75dd7bf76 Mon Sep 17 00:00:00 2001 From: Daniyar Itegulov Date: Thu, 13 Apr 2023 10:28:04 +1000 Subject: [PATCH] bump setup-protoc version --- .github/workflows/integration_tests.yml | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index eeab46ad1..63ce98846 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -21,7 +21,7 @@ jobs: toolchain: stable - uses: Swatinem/rust-cache@v1 - name: Install Protoc - uses: arduino/setup-protoc@v1 + uses: arduino/setup-protoc@v1.1.2 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2 - name: Build Docker image diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 90e6445d3..ff8127f52 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -21,7 +21,7 @@ jobs: toolchain: stable - uses: Swatinem/rust-cache@v1 - name: Install Protoc - uses: arduino/setup-protoc@v1 + uses: arduino/setup-protoc@v1.1.2 - name: Compile run: cargo check - name: Test format