From 79fbb9a97c655b2b32b6d5d5bd97e59a441a9c08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 01:18:33 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 5 in /.github/workflows Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [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/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-mo.yml | 2 +- .github/workflows/ci.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-mo.yml b/.github/workflows/build-mo.yml index b0ba63ebc..f16886f30 100644 --- a/.github/workflows/build-mo.yml +++ b/.github/workflows/build-mo.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: repository: matrixorigin/matrixone diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d98c77b07..e0da7036f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set up JDK 8 for x64 if: ${{ env.Job-Status }} == 2 @@ -54,7 +54,7 @@ jobs: steps: - name: checkout head - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: repository: matrixorigin/matrixone path: ./head @@ -76,7 +76,7 @@ jobs: ./optools/run_bvt.sh $GITHUB_WORKSPACE/head launch - name: Clone test-tool repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: '3' path: ./mo-tester