Skip to content

Commit

Permalink
Merge pull request #12 from EspressoSystems/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/arduino/setup-protoc-3

Bump arduino/setup-protoc from 2 to 3
  • Loading branch information
nyospe authored Feb 19, 2024
2 parents c561684 + 5bc692e commit 38d30ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
name: Checkout Repository

- name: Install Protoc
uses: arduino/setup-protoc@v2
uses: arduino/setup-protoc@v3

- uses: dtolnay/rust-toolchain@stable

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- uses: dtolnay/rust-toolchain@stable

- name: Install Protoc
uses: arduino/setup-protoc@v2
uses: arduino/setup-protoc@v3

- name: Checkout Repository
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
name: Checkout Repository

- name: Install Protoc
uses: arduino/setup-protoc@v2
uses: arduino/setup-protoc@v3

- uses: dtolnay/rust-toolchain@stable

Expand Down

0 comments on commit 38d30ec

Please sign in to comment.