Skip to content

Commit b3d82f6

Browse files
Update actions/setup-python requirement to v2.2.1 (#5661)
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/3105fb18c05ddd93efea5f9e0bef7a03a6e9e7df) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e853b45 commit b3d82f6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
- uses: actions/checkout@v2
3333
- name: Setup python
34-
uses: actions/setup-python@v2.1.4
34+
uses: actions/setup-python@v2.2.1
3535
with:
3636
python-version: ${{ matrix.PYTHON.VERSION }}
3737
- run: git clone --depth=1 https://github.com/google/wycheproof
@@ -123,7 +123,7 @@ jobs:
123123
steps:
124124
- uses: actions/checkout@v2
125125
- name: Setup python
126-
uses: actions/setup-python@v2
126+
uses: actions/setup-python@v2.2.1
127127
with:
128128
python-version: ${{ matrix.PYTHON.VERSION }}
129129

@@ -166,7 +166,7 @@ jobs:
166166
steps:
167167
- uses: actions/checkout@v2
168168
- name: Setup python
169-
uses: actions/setup-python@v2
169+
uses: actions/setup-python@v2.2.1
170170
with:
171171
python-version: ${{ matrix.PYTHON.VERSION }}
172172
architecture: ${{ matrix.WINDOWS.ARCH }}
@@ -208,7 +208,7 @@ jobs:
208208
steps:
209209
- uses: actions/checkout@v2
210210
- name: Setup python
211-
uses: actions/setup-python@v2
211+
uses: actions/setup-python@v2.2.1
212212
with:
213213
python-version: 3.7
214214
- run: python -m pip install -U pip wheel
@@ -225,7 +225,7 @@ jobs:
225225
steps:
226226
- uses: actions/checkout@v2
227227
- name: Setup python
228-
uses: actions/setup-python@v2
228+
uses: actions/setup-python@v2.2.1
229229
with:
230230
python-version: 3.9
231231
- run: python -m pip install -U tox

.github/workflows/wheel-builder.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
steps:
113113
- uses: actions/checkout@v2
114114
- name: Setup python
115-
uses: actions/setup-python@v2
115+
uses: actions/setup-python@v2.2.1
116116
with:
117117
python-version: ${{ matrix.PYTHON.VERSION }}
118118
architecture: ${{ matrix.WINDOWS.ARCH }}

0 commit comments

Comments
 (0)