From 48427512dc99efd0f353e9d537c7aa7144f53b20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 01:38:36 +0000 Subject: [PATCH] Bump actions/setup-python from 5.0.0 to 5.1.1 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.0.0 to 5.1.1. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5.0.0...v5.1.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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1b186a7..5be5bac 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -23,7 +23,7 @@ jobs: - name: Checkout source uses: actions/checkout@v4.1.1 - name: Set up Python 3.12 for linting - uses: actions/setup-python@v5.0.0 + uses: actions/setup-python@v5.1.1 with: python-version: '3.12' - name: Install dependencies @@ -51,7 +51,7 @@ jobs: - name: Checkout source uses: actions/checkout@v4.1.1 - name: Set up Python 3.12 - uses: actions/setup-python@v5.0.0 + uses: actions/setup-python@v5.1.1 with: python-version: '3.12' - name: Upgrade pip @@ -151,7 +151,7 @@ jobs: shell: bash run: ls -la wheelhouse - name: Set up Python 3.12 to combine coverage - uses: actions/setup-python@v5.0.0 + uses: actions/setup-python@v5.1.1 if: runner.os == 'Linux' with: python-version: '3.12' @@ -325,7 +325,7 @@ jobs: with: platforms: all - name: Setup Python - uses: actions/setup-python@v5.0.0 + uses: actions/setup-python@v5.1.1 with: python-version: ${{ matrix.python-version }} - uses: actions/download-artifact@v2.1.1