diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 3b72c4d7..9712aeec 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 with: ref: "${{ github.event.pull_request.base.sha }}" # Required for pull_request_target fetch-depth: 0