From 50807d2ef96e716ce1a8028473b137e9190c9338 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Jul 2022 02:20:56 +0000 Subject: [PATCH] Bump actions/setup-python from 2 to 4.1.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 4.1.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2...v4.1.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/check-requirements.yml | 2 +- .github/workflows/check.yml | 2 +- .github/workflows/coveralls.yml | 2 +- .github/workflows/test.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/check-requirements.yml b/.github/workflows/check-requirements.yml index c6207fd..e7a5142 100644 --- a/.github/workflows/check-requirements.yml +++ b/.github/workflows/check-requirements.yml @@ -18,7 +18,7 @@ jobs: uses: "actions/checkout@v2" - name: "Set up Python ${{ env.DEFAULT_PYTHON_VERSION }}" id: "set-up-python" - uses: "actions/setup-python@v2" + uses: "actions/setup-python@v4.1.0" with: python-version: "${{ env.DEFAULT_PYTHON_VERSION }}" - name: "Pip cache" diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index a57fb3f..14db3ec 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -22,7 +22,7 @@ jobs: uses: "actions/checkout@v2" - name: "Set up Python ${{ env.DEFAULT_PYTHON_VERSION }}" id: "set-up-python" - uses: "actions/setup-python@v2" + uses: "actions/setup-python@v4.1.0" with: python-version: "${{ env.DEFAULT_PYTHON_VERSION }}" - name: "Pip cache" diff --git a/.github/workflows/coveralls.yml b/.github/workflows/coveralls.yml index e56cc20..f520901 100644 --- a/.github/workflows/coveralls.yml +++ b/.github/workflows/coveralls.yml @@ -19,7 +19,7 @@ jobs: uses: "actions/checkout@v2" - name: "Set up Python ${{ env.DEFAULT_PYTHON_VERSION }}" id: "set-up-python" - uses: "actions/setup-python@v2" + uses: "actions/setup-python@v4.1.0" with: python-version: "${{ env.DEFAULT_PYTHON_VERSION }}" - name: "Pip cache" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d2c49ec..978a3d9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,7 +21,7 @@ jobs: uses: "actions/checkout@v2" - name: "Set up Python ${{ matrix.python-version }}" id: "set-up-python" - uses: "actions/setup-python@v2" + uses: "actions/setup-python@v4.1.0" with: python-version: "${{ matrix.python-version }}" - name: "Pip cache"