diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e5cb32d..022fa7c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,20 +1,21 @@ on: push +name: CI jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Use Node.js 20.x uses: actions/setup-node@v4 with: node-version: 20.x - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: - ref: master repository: pytorch/executorch path: executorch + submodules: recursive - name: Cached build uses: actions/cache@v2 with: