Skip to content

Commit a309c99

Browse files
Bump arduino/setup-protoc from 1 to 3 (#186)
* Bump arduino/setup-protoc from 1 to 3 Bumps [arduino/setup-protoc](https://github.com/arduino/setup-protoc) from 1 to 3. - [Release notes](https://github.com/arduino/setup-protoc/releases) - [Commits](arduino/setup-protoc@v1...v3) --- updated-dependencies: - dependency-name: arduino/setup-protoc dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * remove explicit versioning Signed-off-by: Botond Szirtes <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Botond Szirtes <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Botond Szirtes <[email protected]>
1 parent c41e3fd commit a309c99

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@ jobs:
3535
runs-on: ubuntu-latest
3636
steps:
3737
- uses: actions/checkout@v4
38-
- uses: arduino/setup-protoc@v1
39-
with:
40-
version: '3.14.0'
38+
- uses: arduino/setup-protoc@v3
4139
- uses: actions/setup-go@v5
4240
with:
4341
go-version: 1.23.3

0 commit comments

Comments
 (0)