This is an automated email from the ASF dual-hosted git repository. martijnvisser pushed a commit to branch v3.0 in repository https://gitbox.apache.org/repos/asf/flink-connector-gcp-pubsub.git
commit 63db555b4c19e3851509f15b17833d4dba6639ce Author: Martijn Visser <[email protected]> AuthorDate: Thu Apr 13 15:07:36 2023 +0200 [hotfix] Update PR CI to use Flink 1.16.1 instead of Flink 1.16.0 --- .github/workflows/push_pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push_pr.yml b/.github/workflows/push_pr.yml index e1ba2d4..e3a7f8b 100644 --- a/.github/workflows/push_pr.yml +++ b/.github/workflows/push_pr.yml @@ -25,4 +25,4 @@ jobs: compile_and_test: uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils with: - flink_version: 1.16.0 + flink_version: 1.16.1
