From d30566a4a1ed3dbb0c7a4a6a28aaed9ebde326ab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 31 Dec 2023 18:35:38 +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 22d1ea0..76ae028 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