Skip to content

Commit 8658748

Browse files
committed
ci: Upgrade setup-python to v5
v2 is broken, see actions/setup-python#1085. Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
1 parent 59963f6 commit 8658748

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
submodules: recursive
2525
-
2626
name: Install Python
27-
uses: actions/setup-python@v2
27+
uses: actions/setup-python@v5
2828
with:
2929
python-version: 3.9
3030
cache: pip

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
uses: actions/checkout@v3
8080
-
8181
name: Install Python
82-
uses: actions/setup-python@v2
82+
uses: actions/setup-python@v5
8383
with:
8484
python-version: 3.9
8585
cache: pip

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
submodules: recursive
2424
-
2525
name: Install Python
26-
uses: actions/setup-python@v2
26+
uses: actions/setup-python@v5
2727
with:
2828
python-version: 3.9
2929
cache: pip

0 commit comments

Comments
 (0)