Skip to content

Commit

Permalink
chore: Update to protoc 3.23.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto committed Aug 3, 2023
1 parent e1bac2b commit a7961e9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
- master
pull_request: {}

env:
PROTOC_VERSION: 3.23.4

jobs:

rustfmt:
Expand Down Expand Up @@ -34,7 +37,7 @@ jobs:
- name: Install protoc
uses: taiki-e/install-action@v2
with:
tool: protoc@3.20.3
tool: protoc@${{ env.PROTOC_VERSION }}
- uses: Swatinem/rust-cache@v2
- run: cargo hack udeps --workspace --each-feature ${{ matrix.option }}

Expand All @@ -60,7 +63,7 @@ jobs:
- name: Install protoc
uses: taiki-e/install-action@v2
with:
tool: protoc@3.20.3
tool: protoc@${{ env.PROTOC_VERSION }}
- uses: Swatinem/rust-cache@v2
- name: Check features
run: cargo hack check --all --ignore-private --each-feature --no-dev-deps
Expand All @@ -79,7 +82,7 @@ jobs:
- name: Install protoc
uses: taiki-e/install-action@v2
with:
tool: protoc@3.20.3
tool: protoc@${{ PROTOC_VERSION }}
- uses: hecrj/setup-rust-action@v1
with:
rust-version: "1.63"
Expand All @@ -106,7 +109,7 @@ jobs:
- name: Install protoc
uses: taiki-e/install-action@v2
with:
tool: protoc@3.20.3
tool: protoc@${{ PROTOC_VERSION }}
- name: Check
run: cargo check --all --all-targets --all-features

Expand All @@ -129,7 +132,7 @@ jobs:
- name: Install protoc
uses: taiki-e/install-action@v2
with:
tool: protoc@3.20.3
tool: protoc@${{ env.PROTOC_VERSION }}
- uses: Swatinem/rust-cache@v2
- uses: actions/checkout@v3
- name: Run tests
Expand All @@ -154,7 +157,7 @@ jobs:
- name: Install protoc
uses: taiki-e/install-action@v2
with:
tool: protoc@3.20.3
tool: protoc@${{ env.PROTOC_VERSION }}
- uses: Swatinem/rust-cache@v2
- name: Run interop tests
run: ./interop/test.sh
Expand Down
Binary file modified tonic-types/src/generated/types.bin
Binary file not shown.

0 comments on commit a7961e9

Please sign in to comment.