Skip to content

Commit 426b2e0

Browse files
committed
Bump testing protoc version 27.1 -> 28.1
1 parent ae8f855 commit 426b2e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ permissions: read-all
66

77
# update in build.yml and codeql.yml at same time
88
env:
9-
PROTOC_VERSION: 27.1
9+
PROTOC_VERSION: 28.1
1010

1111
jobs:
1212
build:

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions: read-all
1515

1616
# update in build.yml and codeql.yml at same time
1717
env:
18-
PROTOC_VERSION: 27.1
18+
PROTOC_VERSION: 28.1
1919

2020
on:
2121
push:

0 commit comments

Comments
 (0)