From ff28ff91ec621c6692d2dfa7910f39d2713b5102 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 00:51:46 +0000 Subject: [PATCH] Update actions/setup-python action to v5.3.0 --- .github/workflows/linting.yaml | 14 +++++++------- .github/workflows/release.yml | 2 +- .github/workflows/tests.yaml | 4 ++-- .github/workflows/typing.yaml | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/linting.yaml b/.github/workflows/linting.yaml index 0926a12e..4f02ff1c 100644 --- a/.github/workflows/linting.yaml +++ b/.github/workflows/linting.yaml @@ -23,7 +23,7 @@ jobs: run: pipx install poetry - name: Set up Python ${{ env.DEFAULT_PYTHON }} id: python - uses: actions/setup-python@v5.2.0 + uses: actions/setup-python@v5.3.0 with: python-version: ${{ env.DEFAULT_PYTHON }} cache: "poetry" @@ -46,7 +46,7 @@ jobs: run: pipx install poetry - name: Set up Python ${{ env.DEFAULT_PYTHON }} id: python - uses: actions/setup-python@v5.2.0 + uses: actions/setup-python@v5.3.0 with: python-version: ${{ env.DEFAULT_PYTHON }} cache: "poetry" @@ -69,7 +69,7 @@ jobs: run: pipx install poetry - name: Set up Python ${{ env.DEFAULT_PYTHON }} id: python - uses: actions/setup-python@v5.2.0 + uses: actions/setup-python@v5.3.0 with: python-version: ${{ env.DEFAULT_PYTHON }} cache: "poetry" @@ -92,7 +92,7 @@ jobs: run: pipx install poetry - name: Set up Python ${{ env.DEFAULT_PYTHON }} id: python - uses: actions/setup-python@v5.2.0 + uses: actions/setup-python@v5.3.0 with: python-version: ${{ env.DEFAULT_PYTHON }} cache: "poetry" @@ -141,7 +141,7 @@ jobs: run: pipx install poetry - name: Set up Python ${{ env.DEFAULT_PYTHON }} id: python - uses: actions/setup-python@v5.2.0 + uses: actions/setup-python@v5.3.0 with: python-version: ${{ env.DEFAULT_PYTHON }} cache: "poetry" @@ -164,7 +164,7 @@ jobs: run: pipx install poetry - name: Set up Python ${{ env.DEFAULT_PYTHON }} id: python - uses: actions/setup-python@v5.2.0 + uses: actions/setup-python@v5.3.0 with: python-version: ${{ env.DEFAULT_PYTHON }} cache: "poetry" @@ -187,7 +187,7 @@ jobs: run: pipx install poetry - name: Set up Python ${{ env.DEFAULT_PYTHON }} id: python - uses: actions/setup-python@v5.2.0 + uses: actions/setup-python@v5.3.0 with: python-version: ${{ env.DEFAULT_PYTHON }} cache: "poetry" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b8ab82de..d726a22d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: run: pipx install poetry - name: Set up Python ${{ env.DEFAULT_PYTHON }} id: python - uses: actions/setup-python@v5.2.0 + uses: actions/setup-python@v5.3.0 with: python-version: ${{ env.DEFAULT_PYTHON }} cache: "poetry" diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index b3f763a2..5a37066a 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -26,7 +26,7 @@ jobs: run: pipx install poetry - name: Set up Python ${{ matrix.python }} id: python - uses: actions/setup-python@v5.2.0 + uses: actions/setup-python@v5.3.0 with: python-version: ${{ matrix.python }} cache: "poetry" @@ -59,7 +59,7 @@ jobs: run: pipx install poetry - name: Set up Python ${{ env.DEFAULT_PYTHON }} id: python - uses: actions/setup-python@v5.2.0 + uses: actions/setup-python@v5.3.0 with: python-version: ${{ env.DEFAULT_PYTHON }} cache: "poetry" diff --git a/.github/workflows/typing.yaml b/.github/workflows/typing.yaml index 901434db..5bc96ff9 100644 --- a/.github/workflows/typing.yaml +++ b/.github/workflows/typing.yaml @@ -23,7 +23,7 @@ jobs: run: pipx install poetry - name: Set up Python ${{ env.DEFAULT_PYTHON }} id: python - uses: actions/setup-python@v5.2.0 + uses: actions/setup-python@v5.3.0 with: python-version: ${{ env.DEFAULT_PYTHON }} cache: "poetry"