Skip to content

Commit

Permalink
Merge pull request #41 from near/daniyar/bump-setup-protoc
Browse files Browse the repository at this point in the history
chore: bump setup-protoc version
  • Loading branch information
volovyks authored Apr 13, 2023
2 parents 3a6bd45 + 03237b4 commit c73dc94
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 @@ -22,7 +22,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 @@ -22,7 +22,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 c73dc94

Please sign in to comment.