Skip to content

Commit 92dc8af

Browse files
authored
ci: update gapic-showcase version to 0.30.0 (#1932)
1 parent 14e95e9 commit 92dc8af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/gapic-generator/.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414
cancel-in-progress: true
1515

1616
env:
17-
SHOWCASE_VERSION: 0.25.0
17+
SHOWCASE_VERSION: 0.30.0
1818
PROTOC_VERSION: 3.20.2
1919

2020
jobs:

packages/gapic-generator/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
nox.options.error_on_missing_interpreters = True
3030

3131

32-
showcase_version = os.environ.get("SHOWCASE_VERSION", "0.25.0")
32+
showcase_version = os.environ.get("SHOWCASE_VERSION", "0.30.0")
3333
ADS_TEMPLATES = path.join(path.dirname(__file__), "gapic", "ads-templates")
3434

3535

0 commit comments

Comments
 (0)