From 4bb084d6fa04dc3f3c8405f7fa0f6747966216a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 08:17:21 +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 d0c1fe5..276faed 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 c861b16..b331af6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -43,7 +43,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