diff --git a/.github/workflows/pr-and-push.yml b/.github/workflows/pr-and-push.yml index 1045c2c9e..2fc056591 100644 --- a/.github/workflows/pr-and-push.yml +++ b/.github/workflows/pr-and-push.yml @@ -26,7 +26,7 @@ jobs: contents: read steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 # We the need the full Git history. - name: Setup uv