diff --git a/.github/workflows/iotdb-tools-thrift-artifacts.yml b/.github/workflows/iotdb-tools-thrift-artifacts.yml index a283455..f68a054 100644 --- a/.github/workflows/iotdb-tools-thrift-artifacts.yml +++ b/.github/workflows/iotdb-tools-thrift-artifacts.yml @@ -73,7 +73,7 @@ jobs: steps: - name: Check out source - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: ${{ github.event_name == 'workflow_dispatch' && inputs.git_ref || github.ref }}