diff --git a/.github/workflows/sync-requirements.yml b/.github/workflows/sync-requirements.yml index 9dfd030..e029538 100644 --- a/.github/workflows/sync-requirements.yml +++ b/.github/workflows/sync-requirements.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v7 with: # Use the head ref for PRs to commit back to the PR branch ref: ${{ github.head_ref }}