From 2d825c037f2227dcb5ce7bb588ebfb8b8cbab678 Mon Sep 17 00:00:00 2001 From: Sergey Nuyanzin Date: Thu, 2 Nov 2023 22:20:23 +0100 Subject: [PATCH] use checkout4 --- .github/workflows/flink-ci-template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/flink-ci-template.yml b/.github/workflows/flink-ci-template.yml index 1f79dee7711dd..f15ea74f7655e 100644 --- a/.github/workflows/flink-ci-template.yml +++ b/.github/workflows/flink-ci-template.yml @@ -95,7 +95,7 @@ jobs: echo "stringified-workflow-name=${stringified_workflow_name}" >> $GITHUB_OUTPUT - name: "Flink Checkout" - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: distribution: 'temurin' # See 'Supported distributions' for available options java-version: ${{inputs.jdk-version}}