Skip to content

Commit cb240b4

Browse files
committed
ci: Use actions/setup-python@v4
This commit updates the CI workflows to use the latest "setup-python" action v4, which is based on Node.js 16. Note that Node.js 12-based actions are now deprecated by GitHub and may stop working in the near future. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent ff5ee88 commit cb240b4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/devicetree_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: checkout
3636
uses: actions/checkout@v3
3737
- name: Set up Python ${{ matrix.python-version }}
38-
uses: actions/setup-python@v1
38+
uses: actions/setup-python@v4
3939
with:
4040
python-version: ${{ matrix.python-version }}
4141
- name: cache-pip-linux

.github/workflows/twister_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: checkout
3434
uses: actions/checkout@v3
3535
- name: Set up Python ${{ matrix.python-version }}
36-
uses: actions/setup-python@v1
36+
uses: actions/setup-python@v4
3737
with:
3838
python-version: ${{ matrix.python-version }}
3939
- name: cache-pip-linux

.github/workflows/west_cmds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: checkout
3737
uses: actions/checkout@v3
3838
- name: Set up Python ${{ matrix.python-version }}
39-
uses: actions/setup-python@v1
39+
uses: actions/setup-python@v4
4040
with:
4141
python-version: ${{ matrix.python-version }}
4242
- name: cache-pip-linux

0 commit comments

Comments
 (0)