From 3055594c47ec0be119ffa63ea380c7293af13361 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Sep 2025 20:33:54 +0000 Subject: [PATCH] chore: update actions/setup-python action to v6 --- .github/workflows/pull_request.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 01960be..cbfc4ea 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -10,7 +10,7 @@ jobs: - uses: abatilo/actions-poetry@v2.1.6 with: poetry-version: 1.1.13 - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v6 with: python-version: '3.10' cache: 'poetry' @@ -23,7 +23,7 @@ jobs: - uses: abatilo/actions-poetry@v2.1.6 with: poetry-version: 1.1.13 - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v6 with: python-version: '3.10' cache: 'poetry' @@ -37,7 +37,7 @@ jobs: - uses: abatilo/actions-poetry@v2.1.6 with: poetry-version: 1.1.13 - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v6 with: python-version: '3.10' cache: 'poetry' @@ -51,7 +51,7 @@ jobs: - uses: abatilo/actions-poetry@v2.1.6 with: poetry-version: 1.1.13 - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v6 with: python-version: '3.10' cache: 'poetry'