diff --git a/.github/workflows/ci-spectec.yml b/.github/workflows/ci-spectec.yml index 5568044f82..0325dcf896 100644 --- a/.github/workflows/ci-spectec.yml +++ b/.github/workflows/ci-spectec.yml @@ -17,7 +17,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repo - uses: actions/checkout@v2 + uses: actions/checkout@v3 + with: + ref: ${{ github.event.pull_request.head.sha }} - name: Setup OCaml uses: ocaml/setup-ocaml@v2 with: