From bf300f1c17278d4cd63d6b0f356df0cd98e2b641 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 May 2023 07:58:26 +0000 Subject: [PATCH] Bump actions/setup-python from 4.5.0 to 4.6.1 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.5.0 to 4.6.1. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4.5.0...v4.6.1) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... 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 1e8691c..b14dd18 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v3.5.0 - name: Set up Python ${{ env.DEFAULT_PYTHON }} - uses: actions/setup-python@v4.5.0 + uses: actions/setup-python@v4.6.1 with: python-version: ${{ env.DEFAULT_PYTHON }} @@ -68,7 +68,7 @@ jobs: - name: Check out code from GitHub uses: "actions/checkout@v3.5.0" - name: Setup Python ${{ env.DEFAULT_PYTHON }} - uses: "actions/setup-python@v4.5.0" + uses: "actions/setup-python@v4.6.1" with: python-version: ${{ env.DEFAULT_PYTHON }} - name: Install requirements