From e828dfc03adbf699b58469454705686b5f78f54c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 08:26:07 +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/release_java.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_java.yml b/.github/workflows/release_java.yml index 0baa1eac03d..aab070c9c04 100644 --- a/.github/workflows/release_java.yml +++ b/.github/workflows/release_java.yml @@ -64,7 +64,7 @@ jobs: with: python-version: '3.11' - name: Install Protoc - uses: arduino/setup-protoc@v2 + uses: arduino/setup-protoc@v3 with: version: "23.4" repo-token: ${{ secrets.GITHUB_TOKEN }}