From 64e8980111ae421f6469b46416c8116088a9e422 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 4 Sep 2025 06:13:01 +0000 Subject: [PATCH] Update actions/setup-python action to v6 --- .github/workflows/pull_request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 6aead52c..3ea1da24 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -112,7 +112,7 @@ jobs: with: filters: "Pipelines:\n - 'pipelines/**' \n" - name: Setup Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.11' - name: Install pylint @@ -152,7 +152,7 @@ jobs: with: filters: "Pipelines:\n - 'pipelines/**' \n" - name: Setup Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.11' - name: Install pipenv