From f9a72d41549c9c1353814163c41402b607a1ad1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 01:09:35 +0000 Subject: [PATCH] Bump arduino/setup-protoc from 2.0.0 to 2.1.0 Bumps [arduino/setup-protoc](https://github.com/arduino/setup-protoc) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/arduino/setup-protoc/releases) - [Commits](https://github.com/arduino/setup-protoc/compare/9b1ee5b22b0a3f1feb8c2ff99b32c89b3c3191e9...a8b67ba40b37d35169e222f3bb352603327985b6) --- updated-dependencies: - dependency-name: arduino/setup-protoc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/make-protos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/make-protos.yml b/.github/workflows/make-protos.yml index 95523b1a..5b4cdb94 100644 --- a/.github/workflows/make-protos.yml +++ b/.github/workflows/make-protos.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Install protoc - uses: arduino/setup-protoc@9b1ee5b22b0a3f1feb8c2ff99b32c89b3c3191e9 + uses: arduino/setup-protoc@a8b67ba40b37d35169e222f3bb352603327985b6 with: version: '23.x' - name: Install Go