From 5b23b195ab01e6139bf8dd9dbe72f15d2ddd2958 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Aug 2022 20:00:54 +0200 Subject: [PATCH] Bump actions/setup-python from 3.1.2 to 4.2.0 (#44) Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3.1.2 to 4.2.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v3.1.2...v4.2.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aafb580..9a04b86 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: - uses: "actions/checkout@v3" - name: Set up Python ${{ env.DEFAULT_PYTHON }} id: python - uses: actions/setup-python@v3.1.2 + uses: actions/setup-python@v4.2.0 with: python-version: ${{ env.DEFAULT_PYTHON }} cache: "pip" @@ -36,7 +36,7 @@ jobs: - uses: "actions/checkout@v3" - name: Set up Python ${{ env.DEFAULT_PYTHON }} id: python - uses: actions/setup-python@v3.1.2 + uses: actions/setup-python@v4.2.0 with: python-version: ${{ env.DEFAULT_PYTHON }} cache: "pip"