Skip to content

Commit 739ed1f

Browse files
Bump arduino/setup-protoc from 2 to 3 (#593)
Bumps [arduino/setup-protoc](https://github.com/arduino/setup-protoc) from 2 to 3. - [Release notes](https://github.com/arduino/setup-protoc/releases) - [Commits](arduino/setup-protoc@v2...v3) --- updated-dependencies: - dependency-name: arduino/setup-protoc dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bffbfde commit 739ed1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
run: echo ::set-output name=PROTOBUF_VERSION::$(grep "^protobuf>=" test_requirements.txt | cut -f2 -d=)
117117
id: read_versions
118118
- name: Install Protoc
119-
uses: arduino/setup-protoc@v2
119+
uses: arduino/setup-protoc@v3
120120
with:
121121
version: "${{ steps.read_versions.outputs.PROTOBUF_VERSION }}"
122122
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)