From 9ee4e934aae4566586cc4538a9b48bec38b513f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 20:04:57 +0000 Subject: [PATCH] Update actions/checkout action to v7 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4dc9ba5560b..54b7319c7d9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: # Sequence of tasks that will be executed as part of the job steps: # Checks-out repository under $GITHUB_WORKSPACE, so the job can access it - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 # Set up UV to manage Python versions - name: Install uv and set python version