summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2020-12-21 07:55:26 +0000
committerGitHub <noreply@github.com>2020-12-21 07:55:26 +0000
commit78516ca1b2c3f41eb5580b45762cbbcb61d23a4d (patch)
tree7c84f4c9b97ca7f8d5d0a97695852ef771d61554
parent71d92347b0c084c2b6aa1daa6a83d31c48e958a0 (diff)
downloadpy-bcrypt-git-dependabot/github_actions/actions/setup-python-v2.2.1.tar.gz
Bump actions/setup-python from v2.2.0 to v2.2.1dependabot/github_actions/actions/setup-python-v2.2.1
Bumps [actions/setup-python](https://github.com/actions/setup-python) from v2.2.0 to v2.2.1. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2.2.0...3105fb18c05ddd93efea5f9e0bef7a03a6e9e7df) Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--.github/workflows/ci.yml4
-rw-r--r--.github/workflows/wheel-builder.yml2
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 1f12610..1d55ccd 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Setup python
- uses: actions/setup-python@v2.2.0
+ uses: actions/setup-python@v2.2.1
with:
python-version: ${{ matrix.PYTHON.VERSION }}
@@ -46,7 +46,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Setup python
- uses: actions/setup-python@v2.2.0
+ uses: actions/setup-python@v2.2.1
with:
python-version: ${{ matrix.PYTHON.VERSION }}
architecture: ${{ matrix.WINDOWS.ARCH }}
diff --git a/.github/workflows/wheel-builder.yml b/.github/workflows/wheel-builder.yml
index 81c1fc1..2523603 100644
--- a/.github/workflows/wheel-builder.yml
+++ b/.github/workflows/wheel-builder.yml
@@ -78,7 +78,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Setup python
- uses: actions/setup-python@v2.2.0
+ uses: actions/setup-python@v2.2.1
with:
python-version: ${{ matrix.PYTHON.VERSION }}
architecture: ${{ matrix.WINDOWS }}