aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar bors[bot] <26634292+bors[bot]@users.noreply.github.com> 2022-12-22 06:30:57 +0000
committerGravatar GitHub <noreply@github.com> 2022-12-22 06:30:57 +0000
commit4d7aeaf6c48e323509b0cb44446e032e91ac4478 (patch)
treeec1b9d106d2a5c80296cf593e9a75f6a9d9cbf31
parent7788b9065fd860dd92a1376471836f4eec2e4fe4 (diff)
parent4bae1a5f4b6826fe6b9db1a07d08e84a8cbfa82c (diff)
downloadrtic-4d7aeaf6c48e323509b0cb44446e032e91ac4478.tar.gz
rtic-4d7aeaf6c48e323509b0cb44446e032e91ac4478.tar.zst
rtic-4d7aeaf6c48e323509b0cb44446e032e91ac4478.zip
Merge #674
674: CI: Updated to setup-python@v4 r=korken89 a=AfoHT Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
-rw-r--r--.github/workflows/build.yml12
-rw-r--r--CHANGELOG.md1
2 files changed, 4 insertions, 9 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 8182e7ed..ed7c0730 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -241,12 +241,10 @@ jobs:
${{ runner.os }}-pip-
- name: Set up Python 3.x
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
with:
# Semantic version range syntax or exact version of a Python version
python-version: '3.x'
- # Optional - x64 or x86 architecture, defaults to x64
- architecture: 'x64'
# You can test your matrix by printing the current Python version
- name: Display Python version
@@ -279,12 +277,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Python 3.x
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
with:
# Semantic version range syntax or exact version of a Python version
python-version: '3.x'
- # Optional - x64 or x86 architecture, defaults to x64
- architecture: 'x64'
# You can test your matrix by printing the current Python version
- name: Display Python version
@@ -374,12 +370,10 @@ jobs:
- uses: actions/checkout@v3
- name: Set up Python 3.x
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
with:
# Semantic version range syntax or exact version of a Python version
python-version: '3.x'
- # Optional - x64 or x86 architecture, defaults to x64
- architecture: 'x64'
# You can test your matrix by printing the current Python version
- name: Display Python version
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0dc7353b..78a72538 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,6 +19,7 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top!
### Changed
+- CI: Updated to setup-python@v4
- CI: Updated to checkout@v3
- Tuned redirect message for rtic.rs/meeting