From 34da49bdc3a6f910b9e4d1a358a78ab60f0f6c08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 08:17:29 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=EF=B8=8F=20(deps):=20Bump=20action?= =?UTF-8?q?s/setup-python=20from=203=20to=205?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v3...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ce68b4c..565201f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v3 - name: "🔨 Setup Python" - uses: actions/setup-python@v3 + uses: actions/setup-python@v5 - name: "🔨 Setup Poetry" uses: abatilo/actions-poetry@v2.4.0 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1ced5c1..2096ede 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@v3 - name: "🔨 Setup Python" - uses: actions/setup-python@v3 + uses: actions/setup-python@v5 with: python-version: '3.8'