diff --git a/.github/workflows/linux_android_arm64.yml b/.github/workflows/linux_android_arm64.yml index 0acfdc2a60ad54..00c956d453041a 100644 --- a/.github/workflows/linux_android_arm64.yml +++ b/.github/workflows/linux_android_arm64.yml @@ -52,13 +52,13 @@ jobs: ANDROID_ABI_CONFIG: arm64-v8a steps: - name: Clone OpenVINO - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: 'openvino' submodules: 'recursive' - name: Clone VCPKG - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: 'microsoft/vcpkg' path: 'vcpkg' diff --git a/.github/workflows/linux_arm64.yml b/.github/workflows/linux_arm64.yml index a8b918505c9c00..ee9997b46f9d28 100644 --- a/.github/workflows/linux_arm64.yml +++ b/.github/workflows/linux_arm64.yml @@ -50,7 +50,7 @@ jobs: OV_TEMP: ${{ github.workspace }}/openvino_temp steps: - name: Clone OpenVINO - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: 'openvino'