From 826094c0e9f406eb869e70b0e9fbe56b665d2104 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 15:09:11 +0000 Subject: [PATCH] ci: bump arduino/setup-protoc from 1.3.0 to 3.0.0 Bumps [arduino/setup-protoc](https://github.com/arduino/setup-protoc) from 1.3.0 to 3.0.0. - [Release notes](https://github.com/arduino/setup-protoc/releases) - [Commits](https://github.com/arduino/setup-protoc/compare/v1.3.0...v3.0.0) --- updated-dependencies: - dependency-name: arduino/setup-protoc dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/test-golang.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-golang.yaml b/.github/workflows/test-golang.yaml index c91651452..97fa04eb9 100644 --- a/.github/workflows/test-golang.yaml +++ b/.github/workflows/test-golang.yaml @@ -22,7 +22,7 @@ jobs: - name: Install Protoc # action @v1.3.0 can install protoc 3.19, @v2 installs protoc v21.0+ - uses: arduino/setup-protoc@v1.3.0 + uses: arduino/setup-protoc@v3.0.0 with: version: "3.19.6"