diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index e4ccea55..7736442d 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -18,7 +18,7 @@ jobs: python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", pypy-3.9] os: ["macos-latest", "ubuntu-latest"] steps: - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v3.2.0 with: ref: ${{ github.event.pull_request.head.sha }} # Checkout pull request HEAD commit instead of merge commit @@ -81,7 +81,7 @@ jobs: matrix: python-version: ["3.10"] steps: - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v3.2.0 with: ref: ${{ github.event.pull_request.head.sha }} # Checkout pull request HEAD commit instead of merge commit