From e67899f49c675e44670c9ef6f001e51ad96c0757 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Jul 2022 07:48:32 +0200 Subject: [PATCH] Bump actions/setup-python from 3 to 4 (#389) Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/Pipi.yml | 2 +- .github/workflows/pytest.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Pipi.yml b/.github/workflows/Pipi.yml index 24fd9fc4..d1b93bac 100644 --- a/.github/workflows/Pipi.yml +++ b/.github/workflows/Pipi.yml @@ -11,7 +11,7 @@ jobs: steps: # Setup steps - name: Setup python - uses: actions/setup-python@v3 + uses: actions/setup-python@v4 with: python-version: '3.8' - name: Checkout repo diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 86d700e1..0b77ef78 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -42,7 +42,7 @@ jobs: steps: # Setup and installation - name: Setup python - uses: actions/setup-python@v3 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} - name: Checkout repo