From 45c2a7cbac62f413112fb4c63e1242e729bb32f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 18:24:35 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 6 in /.github/workflows Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [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...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' 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..8ae5eac1d 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@v6 with: repository: matrixorigin/matrixone diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d98c77b07..76b35ef15 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@v6 - 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@v6 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@v6 with: fetch-depth: '3' path: ./mo-tester