From a33500074b1d625aa58807f15ac3bcc76996ed96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 19:10:02 +0000 Subject: [PATCH] chore(deps): bump arduino/setup-protoc from 2 to 3 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/lint-bindings.yml | 2 +- .github/workflows/lint-go.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint-bindings.yml b/.github/workflows/lint-bindings.yml index 5aefca1916b..02a22766a96 100644 --- a/.github/workflows/lint-bindings.yml +++ b/.github/workflows/lint-bindings.yml @@ -28,7 +28,7 @@ jobs: master/go.sum proto/go.sum - name: Setup Protoc - uses: arduino/setup-protoc@v2 + uses: arduino/setup-protoc@v3 with: version: 3.17.1 repo-token: ${{ secrets.DETERMINED_TOKEN }} diff --git a/.github/workflows/lint-go.yml b/.github/workflows/lint-go.yml index 57971f2bbb4..2e9c35381a0 100644 --- a/.github/workflows/lint-go.yml +++ b/.github/workflows/lint-go.yml @@ -30,7 +30,7 @@ jobs: cache: true cache-dependency-path: ${{ matrix.service }}/go.sum - name: Setup Protoc - uses: arduino/setup-protoc@v2 + uses: arduino/setup-protoc@v3 with: version: 3.17.1 repo-token: ${{ secrets.DETERMINED_TOKEN }}