summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2020-11-23 23:42:29 -0500
committerGitHub <noreply@github.com>2020-11-23 23:42:29 -0500
commit0e8dc9f9608e99739399d6640ee1b44a39934d9c (patch)
tree8aff2a76ac00db05daf46214283e7797d3d2cc0e
parentafd7de4a8972728e59b180d2d8162cf624f8d6f5 (diff)
downloadpy-bcrypt-git-0e8dc9f9608e99739399d6640ee1b44a39934d9c.tar.gz
Update actions/setup-python requirement to v2.1.4 (#237)
Updates the requirements on [actions/setup-python](https://github.com/actions/setup-python) to permit the latest version. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/commits/41b7212b1668f5de9d65e9c82aa777e6bbedb3a8) 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 298f593..1bce2ba 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@v1
+ uses: actions/setup-python@v2.1.4
with:
python-version: ${{ matrix.PYTHON.VERSION }}
@@ -44,7 +44,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Setup python
- uses: actions/setup-python@v1
+ uses: actions/setup-python@v2.1.4
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 161f96b..a767ea5 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
+ uses: actions/setup-python@v2.1.4
with:
python-version: ${{ matrix.PYTHON.VERSION }}
architecture: ${{ matrix.WINDOWS }}