From 6ec55b25d815f08953b6cb866ba1a77974b3cfd4 Mon Sep 17 00:00:00 2001 From: morazow Date: Thu, 29 Feb 2024 12:34:14 +0100 Subject: [PATCH] [hotfix][ci] Updates actions --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 66d60a2..baec748 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: matrix: java_version: [ 8, 11, 17 ] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: "Build images" run: | ./add-custom.sh -u "$FLINK_TAR_URL" -j ${{ matrix.java_version }} -n "test-java${{ matrix.java_version }}"