File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -382,7 +382,8 @@ jobs:
382
382
if : ${{ needs.test.outputs.boards-espressif != '[]' }}
383
383
steps :
384
384
- name : Set up Python 3
385
- uses : actions/setup-python@v2
385
+ id : py3
386
+ uses : actions/setup-python@v4
386
387
with :
387
388
python-version : " 3.x"
388
389
@@ -400,7 +401,7 @@ jobs:
400
401
id : idf-cache
401
402
with :
402
403
path : ${{ github.workspace }}/.idf_tools
403
- key : ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/espressif/esp-idf/HEAD') }}-20220404
404
+ key : ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/espressif/esp-idf/HEAD') }}-${{ steps.py3.outputs.python-path }}- 20220404
404
405
- name : Clone IDF submodules
405
406
run : |
406
407
(cd $IDF_PATH && git submodule update --init)
You can’t perform that action at this time.
0 commit comments