From 9631c335342aa1d70c9e09b0b010c28d32bd6aaf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 20:14:58 +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 e7e1c84..f78d122 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