summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-04-13 06:26:08 +0000
committerGitHub <noreply@github.com>2021-04-13 06:26:08 +0000
commit4d8caec033a190a0c0c2a1db63fc1e17754c86e9 (patch)
tree81390b7c82f9a813606551dab6244c81a12439c1
parent6c376fe02da73ee58f6693528861cf96bc4ca0d9 (diff)
downloadpy-bcrypt-git-dependabot/github_actions/actions/setup-python-v2.2.2.tar.gz
Update actions/setup-python requirement to v2.2.2dependabot/github_actions/actions/setup-python-v2.2.2
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/dc73133d4da04e56a135ae2246682783cc7c7cb6) Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--.github/workflows/ci.yml6
-rw-r--r--.github/workflows/wheel-builder.yml2
2 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 4820ede..d00d702 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup python
- uses: actions/setup-python@v2.2.1
+ uses: actions/setup-python@v2.2.2
with:
python-version: ${{ matrix.PYTHON.VERSION }}
@@ -42,7 +42,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup python
- uses: actions/setup-python@v2.2.1
+ uses: actions/setup-python@v2.2.2
with:
python-version: ${{ matrix.PYTHON.VERSION }}
architecture: ${{ matrix.WINDOWS.ARCH }}
@@ -67,7 +67,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup python
- uses: actions/setup-python@v2.2.1
+ uses: actions/setup-python@v2.2.2
with:
python-version: ${{ matrix.PYTHON.VERSION }}
- run: pip install tox
diff --git a/.github/workflows/wheel-builder.yml b/.github/workflows/wheel-builder.yml
index 81c1fc1..5c7b1a5 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.2
with:
python-version: ${{ matrix.PYTHON.VERSION }}
architecture: ${{ matrix.WINDOWS }}