diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d05f8a99b..d709104cd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -265,7 +265,7 @@ jobs: # Check out merge commit - name: Fork based /ok-to-test checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: ref: "refs/pull/${{ github.event.client_payload.pull_request.number }}/merge"