Skip to content

Commit 304b30d

Browse files
authored
chore(deps): update actions/setup-python action to v3 (googleapis#1223)
1 parent 7692caf commit 304b30d

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

.github/workflows/pypi-upload.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v2
1313
- name: Set up Python
14-
uses: actions/setup-python@v2
14+
uses: actions/setup-python@v3
1515
with:
1616
python-version: '3.x'
1717
- name: Install dependencies

.github/workflows/tests.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v2
2222
- name: Set up Python
23-
uses: actions/setup-python@v2
23+
uses: actions/setup-python@v3
2424
with:
2525
python-version: "3.9"
2626
cache: 'pip'
@@ -33,7 +33,7 @@ jobs:
3333
steps:
3434
- uses: actions/checkout@v2
3535
- name: Set up Python "3.10"
36-
uses: actions/setup-python@v2
36+
uses: actions/setup-python@v3
3737
with:
3838
python-version: "3.10"
3939
cache: 'pip'
@@ -49,7 +49,7 @@ jobs:
4949
steps:
5050
- uses: actions/checkout@v2
5151
- name: Set up Python "3.10"
52-
uses: actions/setup-python@v2
52+
uses: actions/setup-python@v3
5353
with:
5454
python-version: "3.10"
5555
cache: 'pip'
@@ -94,7 +94,7 @@ jobs:
9494
sudo mkdir -p /tmp/workspace/tests/cert/
9595
sudo chown -R ${USER} /tmp/workspace/
9696
- name: Set up Python "3.10"
97-
uses: actions/setup-python@v2
97+
uses: actions/setup-python@v3
9898
with:
9999
python-version: "3.10"
100100
cache: 'pip'
@@ -140,7 +140,7 @@ jobs:
140140
steps:
141141
- uses: actions/checkout@v2
142142
- name: Set up Python "${{ matrix.python }}"
143-
uses: actions/setup-python@v2
143+
uses: actions/setup-python@v3
144144
with:
145145
python-version: "${{ matrix.python }}"
146146
cache: 'pip'
@@ -167,7 +167,7 @@ jobs:
167167
steps:
168168
- uses: actions/checkout@v2
169169
- name: Set up Python "3.10"
170-
uses: actions/setup-python@v2
170+
uses: actions/setup-python@v3
171171
with:
172172
python-version: "3.10"
173173
cache: 'pip'
@@ -197,7 +197,7 @@ jobs:
197197
steps:
198198
- uses: actions/checkout@v2
199199
- name: Set up Python "3.10"
200-
uses: actions/setup-python@v2
200+
uses: actions/setup-python@v3
201201
with:
202202
python-version: "3.10"
203203
cache: 'pip'
@@ -224,7 +224,7 @@ jobs:
224224
steps:
225225
- uses: actions/checkout@v2
226226
- name: Set up Python "3.10"
227-
uses: actions/setup-python@v2
227+
uses: actions/setup-python@v3
228228
with:
229229
python-version: "3.10"
230230
cache: 'pip'
@@ -244,7 +244,7 @@ jobs:
244244
steps:
245245
- uses: actions/checkout@v2
246246
- name: Set up Python ${{ matrix.python }}
247-
uses: actions/setup-python@v2
247+
uses: actions/setup-python@v3
248248
with:
249249
python-version: ${{ matrix.python }}
250250
cache: 'pip'
@@ -269,7 +269,7 @@ jobs:
269269
steps:
270270
- uses: actions/checkout@v2
271271
- name: Set up Python ${{ matrix.python }}
272-
uses: actions/setup-python@v2
272+
uses: actions/setup-python@v3
273273
with:
274274
python-version: ${{ matrix.python }}
275275
cache: 'pip'
@@ -315,7 +315,7 @@ jobs:
315315
steps:
316316
- uses: actions/checkout@v2
317317
- name: Set up Python 3.10
318-
uses: actions/setup-python@v2
318+
uses: actions/setup-python@v3
319319
with:
320320
python-version: "3.10"
321321
cache: 'pip'
@@ -333,7 +333,7 @@ jobs:
333333
steps:
334334
- uses: actions/checkout@v2
335335
- name: Set up Python "3.10"
336-
uses: actions/setup-python@v2
336+
uses: actions/setup-python@v3
337337
with:
338338
python-version: "3.10"
339339
cache: 'pip'

0 commit comments

Comments
 (0)