From d022f1855342c65a9e3080e391988d581902d075 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 19:30:12 +0000 Subject: [PATCH] Bump actions/setup-python from 4.3.1 to 4.7.1 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.3.1 to 4.7.1. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4.3.1...v4.7.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.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9b138a8..9fcb128 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,7 +9,7 @@ jobs: - name: Checkout source uses: actions/checkout@v3 - name: Set up Python 3.8 - uses: actions/setup-python@v4.3.1 + uses: actions/setup-python@v4.7.1 with: python-version: 3.8 - name: Upgrade pip @@ -84,7 +84,7 @@ jobs: shell: bash run: ls -la wheelhouse - name: Set up Python 3.8 to combine coverage Linux - uses: actions/setup-python@v4.3.1 + uses: actions/setup-python@v4.7.1 if: runner.os == 'Linux' with: python-version: 3.8