From 95176afdfb4a93228fcd53e6412311a0a79ee00e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 23:52:11 +0000 Subject: [PATCH] chore(deps): update actions/setup-python action to v6 --- .github/workflows/verify_cla_signature_pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verify_cla_signature_pr.yml b/.github/workflows/verify_cla_signature_pr.yml index fb7879b1..0d41e9ca 100644 --- a/.github/workflows/verify_cla_signature_pr.yml +++ b/.github/workflows/verify_cla_signature_pr.yml @@ -25,7 +25,7 @@ jobs: with: fetch-depth: 100 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: ${{ matrix.python-version }} - name: Setting up prerequisites