Skip to content

Commit

Permalink
bump setup-protoc version
Browse files Browse the repository at this point in the history
  • Loading branch information
itegulov committed Apr 13, 2023
1 parent 9e3fa63 commit 03237b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 03237b4

Please sign in to comment.