Skip to content

Commit

Permalink
chore(deps): bump arduino/setup-protoc from 2 to 3 in /.github/workflows
Browse files Browse the repository at this point in the history
Bumps [arduino/setup-protoc](https://github.com/arduino/setup-protoc) from 2 to 3.
- [Release notes](https://github.com/arduino/setup-protoc/releases)
- [Commits](arduino/setup-protoc@v2...v3)

---
updated-dependencies:
- dependency-name: arduino/setup-protoc
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 5, 2024
1 parent 67de0d6 commit 5ff77b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
target: ${{ matrix.target }}

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

- name: Build | Build
uses: actions-rs/[email protected]
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
override: true

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

- name: Run cargo check
uses: actions-rs/cargo@v1
Expand All @@ -53,7 +53,7 @@ jobs:
override: true

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

- name: Run cargo test
uses: actions-rs/cargo@v1
Expand All @@ -77,7 +77,7 @@ jobs:
components: rustfmt, clippy

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

- name: Run cargo fmt
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit 5ff77b2

Please sign in to comment.