From 1a9ea60b48b214369ebd1cfb1634675ca73afa06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 11:19:39 +0000 Subject: [PATCH] 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/client_update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/client_update.yml b/.github/workflows/client_update.yml index a91a0256..4b9f77d3 100644 --- a/.github/workflows/client_update.yml +++ b/.github/workflows/client_update.yml @@ -26,7 +26,7 @@ jobs: uses: dart-lang/setup-dart@v1 - name: Install Protoc - uses: arduino/setup-protoc@v2 + uses: arduino/setup-protoc@v3 with: repo-token: ${{ secrets.GITHUB_TOKEN }}