Skip to content

Commit

Permalink
Bump arduino/setup-protoc from 1 to 3 (#1541)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Feb 17, 2024
1 parent 895334e commit 59f5371
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
toolchain: ${{ matrix.rust }}
components: rustfmt
profile: minimal
- uses: arduino/setup-protoc@v1
- uses: arduino/setup-protoc@v3
- name: Test
run: ./scripts/test.sh
lint:
Expand All @@ -43,7 +43,7 @@ jobs:
toolchain: stable
components: rustfmt
profile: minimal
- uses: arduino/setup-protoc@v1
- uses: arduino/setup-protoc@v3
- uses: actions-rs/cargo@v1
with:
command: fmt
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
toolchain: stable
components: rustfmt
profile: minimal
- uses: arduino/setup-protoc@v1
- uses: arduino/setup-protoc@v3
- name: Build
run: |
cd ${{ matrix.example }}
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
toolchain: nightly
components: rustfmt
override: true
- uses: arduino/setup-protoc@v1
- uses: arduino/setup-protoc@v3
- name: doc
run: cargo doc --no-deps --all-features
env:
Expand All @@ -140,7 +140,7 @@ jobs:
toolchain: stable
components: rustfmt,llvm-tools-preview
override: true
- uses: arduino/setup-protoc@v1
- uses: arduino/setup-protoc@v3
- name: cargo install cargo-llvm-cov
uses: taiki-e/install-action@cargo-llvm-cov
- name: cargo generate-lockfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
toolchain: stable
components: rustfmt
profile: minimal
- uses: arduino/setup-protoc@v1
- uses: arduino/setup-protoc@v3
- name: Run integration tests using docker compose
run: ./scripts/integration_tests.sh

0 comments on commit 59f5371

Please sign in to comment.