Skip to content

Commit 4d7aeaf

Browse files
bors[bot]AfoHT
andauthored
Merge #674
674: CI: Updated to setup-python@v4 r=korken89 a=AfoHT Co-authored-by: Henrik Tjäder <[email protected]>
2 parents 7788b90 + 4bae1a5 commit 4d7aeaf

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -241,12 +241,10 @@ jobs:
241241
${{ runner.os }}-pip-
242242
243243
- name: Set up Python 3.x
244-
uses: actions/setup-python@v2
244+
uses: actions/setup-python@v4
245245
with:
246246
# Semantic version range syntax or exact version of a Python version
247247
python-version: '3.x'
248-
# Optional - x64 or x86 architecture, defaults to x64
249-
architecture: 'x64'
250248

251249
# You can test your matrix by printing the current Python version
252250
- name: Display Python version
@@ -279,12 +277,10 @@ jobs:
279277
- name: Checkout
280278
uses: actions/checkout@v3
281279
- name: Set up Python 3.x
282-
uses: actions/setup-python@v2
280+
uses: actions/setup-python@v4
283281
with:
284282
# Semantic version range syntax or exact version of a Python version
285283
python-version: '3.x'
286-
# Optional - x64 or x86 architecture, defaults to x64
287-
architecture: 'x64'
288284

289285
# You can test your matrix by printing the current Python version
290286
- name: Display Python version
@@ -374,12 +370,10 @@ jobs:
374370
- uses: actions/checkout@v3
375371

376372
- name: Set up Python 3.x
377-
uses: actions/setup-python@v2
373+
uses: actions/setup-python@v4
378374
with:
379375
# Semantic version range syntax or exact version of a Python version
380376
python-version: '3.x'
381-
# Optional - x64 or x86 architecture, defaults to x64
382-
architecture: 'x64'
383377

384378
# You can test your matrix by printing the current Python version
385379
- name: Display Python version

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top!
1919

2020
### Changed
2121

22+
- CI: Updated to setup-python@v4
2223
- CI: Updated to checkout@v3
2324
- Tuned redirect message for rtic.rs/meeting
2425

0 commit comments

Comments
 (0)