This is an automated email from the ASF dual-hosted git repository. guoweijie pushed a commit to branch v3.0.0-docs in repository https://gitbox.apache.org/repos/asf/flink-connector-elasticsearch.git
commit 0e4c78019087f03b9d4f91a9ad8ab55d7f6f90f9 Author: Weijie Guo <[email protected]> AuthorDate: Wed Apr 5 23:18:42 2023 +0800 [hotfix] Bump flink_version for workflows to 1.16.1. --- .github/workflows/push_pr.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/push_pr.yml b/.github/workflows/push_pr.yml index 45eeed0..d3d02b3 100644 --- a/.github/workflows/push_pr.yml +++ b/.github/workflows/push_pr.yml @@ -17,11 +17,11 @@ ################################################################################ name: Build flink-connector-elasticsearch -on: [push, pull_request] +on: [ push, pull_request ] jobs: compile_and_test: uses: ./.github/workflows/ci.yml with: - flink_version: 1.16.0 - flink_url: https://dist.apache.org/repos/dist/release/flink/flink-1.16.0/flink-1.16.0-bin-scala_2.12.tgz + flink_version: 1.16.1 + flink_url: https://dist.apache.org/repos/dist/release/flink/flink-1.16.1/flink-1.16.1-bin-scala_2.12.tgz cache_flink_binary: true
