From 0866fb9fe9524725df9f604980ae62e60a3e0917 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 17:32:18 +0000 Subject: [PATCH] Bump actions/setup-python from 4 to 5 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4...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/tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index ef34544..4ab7a5a 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -25,7 +25,7 @@ jobs: run: pipx install poetry - name: Set up Python ${{ env.DEFAULT_PYTHON }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ env.DEFAULT_PYTHON }} cache: "poetry" @@ -66,7 +66,7 @@ jobs: # - name: Check out code from GitHub # uses: "actions/checkout@v3" # - name: Setup Python ${{ env.DEFAULT_PYTHON }} - # uses: "actions/setup-python@v4" + # uses: "actions/setup-python@v5" # with: # python-version: ${{ env.DEFAULT_PYTHON }} # - name: Install requirements