diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 18cf0a34683..4bd464b370e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: skip: ${{ steps.check-commit.outputs.skip }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: ref: ${{ github.event.pull_request.head.ref }}