From a83d41eeb01c764bcbac235bf6bad2e11b6fd519 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 13:35:34 +0000 Subject: [PATCH] Bump actions/setup-python from 4.5.0 to 5.0.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.5.0 to 5.0.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4.5.0...v5.0.0) --- 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 87d6837..0e0c9a7 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v3.3.0 - name: Set up Python ${{ env.DEFAULT_PYTHON }} - uses: actions/setup-python@v4.5.0 + uses: actions/setup-python@v5.0.0 with: python-version: ${{ env.DEFAULT_PYTHON }} @@ -68,7 +68,7 @@ jobs: - name: Check out code from GitHub uses: "actions/checkout@v3.3.0" - name: Setup Python ${{ env.DEFAULT_PYTHON }} - uses: "actions/setup-python@v4.5.0" + uses: "actions/setup-python@v5.0.0" with: python-version: ${{ env.DEFAULT_PYTHON }} - name: Install requirements