From b3c2e14cf9ea6a0a41e396f5d937b23ca3508236 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 19:29:12 +0000 Subject: [PATCH] Bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/linux_android_arm64.yml | 4 ++-- .github/workflows/linux_arm64.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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'