summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2020-12-18 06:38:58 +0000
committerGitHub <noreply@github.com>2020-12-18 06:38:58 +0000
commit5842a71111981819250b0c5f81f15b694621fa87 (patch)
tree074e8b7787c11bf8ab368669e0fe9ce4f155756c
parent0e9ee795db8d01df69e595e2985884fc1d689784 (diff)
downloadcryptography-dependabot/github_actions/actions/setup-python-v2.2.0.tar.gz
Update actions/setup-python requirement to v2.2.0dependabot/github_actions/actions/setup-python-v2.2.0
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/8c5ea631b2b2d5d8840cf4a2b183a8a0edc1e40d) Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--.github/workflows/ci.yml10
-rw-r--r--.github/workflows/wheel-builder.yml2
2 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ba4bd4140..7f4f9f93f 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup python
- uses: actions/setup-python@v2.1.4
+ uses: actions/setup-python@v2.2.0
with:
python-version: ${{ matrix.PYTHON.VERSION }}
- run: git clone --depth=1 https://github.com/google/wycheproof
@@ -123,7 +123,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup python
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v2.2.0
with:
python-version: ${{ matrix.PYTHON.VERSION }}
@@ -166,7 +166,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup python
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v2.2.0
with:
python-version: ${{ matrix.PYTHON.VERSION }}
architecture: ${{ matrix.WINDOWS.ARCH }}
@@ -208,7 +208,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup python
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v2.2.0
with:
python-version: 3.7
- run: python -m pip install -U pip wheel
@@ -225,7 +225,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup python
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v2.2.0
with:
python-version: 3.9
- run: python -m pip install -U tox
diff --git a/.github/workflows/wheel-builder.yml b/.github/workflows/wheel-builder.yml
index 3e46e6300..d31862849 100644
--- a/.github/workflows/wheel-builder.yml
+++ b/.github/workflows/wheel-builder.yml
@@ -112,7 +112,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup python
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v2.2.0
with:
python-version: ${{ matrix.PYTHON.VERSION }}
architecture: ${{ matrix.WINDOWS.ARCH }}