From 5ff77b23903277d85a5413af3419b7e9a6f7cc05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 11:14:11 +0000 Subject: [PATCH] chore(deps): bump arduino/setup-protoc from 2 to 3 in /.github/workflows Bumps [arduino/setup-protoc](https://github.com/arduino/setup-protoc) from 2 to 3. - [Release notes](https://github.com/arduino/setup-protoc/releases) - [Commits](https://github.com/arduino/setup-protoc/compare/v2...v3) --- updated-dependencies: - dependency-name: arduino/setup-protoc dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- .github/workflows/validate.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e871ac31..e44085a7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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/cargo@v1.0.3 diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 008593d7..cde8a6bc 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -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 @@ -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 @@ -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