summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2020-12-18 09:00:30 -0500
committerGitHub <noreply@github.com>2020-12-18 09:00:30 -0500
commit7a4a24256274568f6b9734bcf70eda95b5f54cd9 (patch)
treede5a2ad496ecd3d3a50c8f671ce9e9a31e8a335e
parent0e8dc9f9608e99739399d6640ee1b44a39934d9c (diff)
downloadpy-bcrypt-git-7a4a24256274568f6b9734bcf70eda95b5f54cd9.tar.gz
Bump actions/setup-python from v2.1.4 to v2.2.0 (#240)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from v2.1.4 to v2.2.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2.1.4...8c5ea631b2b2d5d8840cf4a2b183a8a0edc1e40d) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.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 1bce2ba..ab6e1b1 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Setup python
- uses: actions/setup-python@v2.1.4
+ uses: actions/setup-python@v2.2.0
with:
python-version: ${{ matrix.PYTHON.VERSION }}
@@ -44,7 +44,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Setup python
- uses: actions/setup-python@v2.1.4
+ uses: actions/setup-python@v2.2.0
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 a767ea5..81c1fc1 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.1.4
+ uses: actions/setup-python@v2.2.0
with:
python-version: ${{ matrix.PYTHON.VERSION }}
architecture: ${{ matrix.WINDOWS }}