This is an automated email from the ASF dual-hosted git repository. MartijnVisser pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink-benchmarks.git
commit 88820102dc522890904e11eaf031641e47d74c90 Author: Martijn Visser <[email protected]> AuthorDate: Thu May 28 10:43:02 2026 +0200 [hotfix] Update Github Actions for checkout, Java and Maven --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1201852..23fea57 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 # FLINK-39787: GitHub-hosted Azure runners assign a VM hostname whose # reverse DNS returns an internal cloudapp.net FQDN. The SSL benchmarks @@ -42,14 +42,14 @@ jobs: getent hosts 127.0.0.1 - name: Set JDK - uses: actions/setup-java@v3 + uses: actions/setup-java@v5 with: java-version: 17 distribution: 'temurin' cache: 'maven' - name: Set Maven 3.8.6 - uses: stCarolas/[email protected] + uses: stCarolas/setup-maven@v5 with: maven-version: 3.8.6
