From 8788ddcee4add2a3e2c80d7c94d4d09e1fe0b31c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 02:40:23 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/sync-requirements.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}