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