This is an automated email from the ASF dual-hosted git repository.

dannycranmer pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-aws.git


The following commit(s) were added to refs/heads/main by this push:
     new 826413b  [hotfix][ci] Update Flink version in CI workflow to 1.16.1 
(#53)
826413b is described below

commit 826413b4f65b39988242480e79d328aa3e1ecfe5
Author: Aleksandr Pilipenko <[email protected]>
AuthorDate: Fri Feb 3 10:07:40 2023 +0000

    [hotfix][ci] Update Flink version in CI workflow to 1.16.1 (#53)
---
 .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 1630e8b..24965bf 100644
--- a/.github/workflows/push_pr.yml
+++ b/.github/workflows/push_pr.yml
@@ -26,7 +26,7 @@ jobs:
     uses: ./.github/workflows/common.yml
     strategy:
       matrix:
-        flink: [1.16.0]
+        flink: [1.16.1]
     with:
       flink_version: ${{ matrix.flink }}
       flink_url: https://dist.apache.org/repos/dist/release/flink/flink-${{ 
matrix.flink }}/flink-${{ matrix.flink }}-bin-scala_2.12.tgz

Reply via email to