fix stale PR review checkout

This commit is contained in:
Wilson Freitas
2026-08-12 19:37:04 -03:00
parent f36dea3c9e
commit c839fd5ab3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.base.sha }}
ref: ${{ github.event.pull_request.base.ref }}
fetch-depth: 1
persist-credentials: false
- uses: astral-sh/setup-uv@v6