diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4da49b8e33..38e6f64a49 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -37,7 +37,7 @@ jobs: name: Python ${{ matrix.py-version }} with ${{ matrix.pytorch-version }}; options ${{ matrix.install-options }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup MPI uses: mpi4py/setup-mpi@v1 with: