From 0e4a242739de3d3dd22a2d84d164c7b7f98f3651 Mon Sep 17 00:00:00 2001 From: "Pierre R. Mai" Date: Fri, 12 Jan 2024 08:48:09 +0100 Subject: [PATCH] Switch to 25.2 --- .github/workflows/protobuf.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/protobuf.yml b/.github/workflows/protobuf.yml index 81e03a54d..a15253705 100644 --- a/.github/workflows/protobuf.yml +++ b/.github/workflows/protobuf.yml @@ -1,9 +1,9 @@ name: ProtoBuf CI Builds env: - PROTOBUF_VERSION: 22.5 + PROTOBUF_VERSION: 25.2 PROTOBUF_VARIANT: - ABSEIL_VERSION: 20230125.3 + ABSEIL_VERSION: 20230802.1 on: push: