This is an automated email from the ASF dual-hosted git repository. snuyanzin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/flink-connector-jdbc.git
commit a2c6ddf6f408bf1d2d1a52b4dee2b85532ae8d5f Author: Sergey Nuyanzin <[email protected]> AuthorDate: Thu Jul 30 08:55:01 2026 +0200 [hotfix][ci] Bump setup-java action to v5 --- .github/workflows/backwards_compatibility.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backwards_compatibility.yml b/.github/workflows/backwards_compatibility.yml index b098c0b7..b5e4ebc2 100644 --- a/.github/workflows/backwards_compatibility.yml +++ b/.github/workflows/backwards_compatibility.yml @@ -43,7 +43,7 @@ jobs: uses: actions/checkout@v7 - name: Set JDK - uses: actions/setup-java@v4 + uses: actions/setup-java@v5 with: java-version: ${{ matrix.jdk }} distribution: 'temurin'
