Skip to content

Commit 929b194

Browse files
marc-hbplbossart
authored andcommitted
.github/zephyr: upgrade obsolete actions/setup-python@v4 to v5
Fixes the following warning: https://github.com/thesofproject/sof/actions/runs/8289483047 ``` Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/. ``` Signed-off-by: Marc Herbert <marc.herbert@intel.com>
1 parent 2126e28 commit 929b194

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/zephyr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ jobs:
297297
run: zephyr-sdk-0.16.4_windows-x86_64/zephyr-sdk-0.16.4/setup.cmd /t all /h /c
298298

299299
- name: Setup Python
300-
uses: actions/setup-python@v4
300+
uses: actions/setup-python@v5
301301
with:
302302
python-version: '3.8'
303303

@@ -320,7 +320,7 @@ jobs:
320320
321321
# Call Setup Python again to save the PIP packages in cache
322322
- name: Setup Python
323-
uses: actions/setup-python@v4
323+
uses: actions/setup-python@v5
324324
id: cache-python
325325
with:
326326
python-version: '3.8'

0 commit comments

Comments
 (0)