From 075b54f8d3a17c85f6c9c75fcfc130f9834ce7e5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 22:41:56 +0000 Subject: [PATCH] chore(deps): update actions/setup-python action to v7 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8aaed09d..941817c8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: ref: ${{ inputs.branch_client_python }} path: client-python - name: setup python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: 3.11 - name: Install dependencies