From ecf06263911d0233a6201399ca26a0a38b27e02e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 13:34:36 +0000 Subject: [PATCH] chore(deps): update actions/setup-python action to v5 --- .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 86b25b0..24cf79b 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@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - name: Setting up prerequisites