1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
Martine Lenders 2024-10-07 11:39:58 +02:00
parent 9a639e41da
commit 3f35307a48
No known key found for this signature in database
GPG Key ID: 2134D77A5336DD80
3 changed files with 3 additions and 3 deletions

View File

@ -106,7 +106,7 @@ jobs:
fetch-depth: 1
ref: ${{ github.event.inputs.riot_version }}
- name: Set up Python 3.8
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: 3.8
- name: Install Python dependencies

View File

@ -88,7 +88,7 @@ jobs:
TEST_PERIPH_TIMER_PERIODIC_PRECISION: 0.30
steps:
- name: Set up Python 3.8
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: 3.8
- name: Install Python dependencies

View File

@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@main
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
uses: actions/setup-python@v5
with:
python-version: 3.8
- name: Install dependencies