From 89482d88100cfcbfd577eaf0e5d062826600dccc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Apr 2022 00:22:47 +0200 Subject: [PATCH] Bump actions/setup-python from 3.1.1 to 3.1.2 (#8) Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v3.1.1...v3.1.2) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-patch ... 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 6d8aa4f..1359a2d 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.1 + uses: actions/setup-python@v3.1.2 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.1 + uses: actions/setup-python@v3.1.2 with: python-version: ${{ env.DEFAULT_PYTHON }} cache: "pip"