From 693d532f2d1b92aed0bd0c5e14385225925c0c5b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 21:42:22 +0000 Subject: [PATCH] chore: update actions/setup-python action to v5 --- .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..5fcb8d8 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@v5 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@v5 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@v5 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@v5 with: python-version: '3.10' cache: 'poetry'