Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-mo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: matrixorigin/matrixone

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:

steps:
- name: checkout head
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: matrixorigin/matrixone
path: ./head
Expand All @@ -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
Expand Down