File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 4949 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5050
5151 - name : Set up Python
52- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
52+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
5353 with :
5454 python-version : ' 3.11'
5555 cache : ' pip'
@@ -114,7 +114,7 @@ jobs:
114114 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
115115
116116 - name : Set up Python
117- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
117+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
118118 with :
119119 python-version : ' 3.11'
120120 cache : ' pip'
Original file line number Diff line number Diff line change 3030
3131
3232 - name : Setup Python
33- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
33+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
3434
3535 - name : Install MkDocs
3636 run : |
Original file line number Diff line number Diff line change @@ -285,7 +285,7 @@ jobs:
285285 sed -i '/set(EXT/c\ set(EXT .exe)' ./cmsis-toolbox/etc/CLANG_TI.4.0.1.cmake
286286
287287 - name : Set up Python
288- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
288+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
289289 with :
290290 python-version : ' 3.11'
291291 cache : ' pip'
@@ -368,7 +368,7 @@ jobs:
368368 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
369369
370370 - name : Set up Python
371- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
371+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
372372 with :
373373 python-version : ' 3.11'
374374 cache : ' pip'
@@ -451,7 +451,7 @@ jobs:
451451 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
452452
453453 - name : Set up Python
454- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
454+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
455455 with :
456456 python-version : ' 3.11'
457457 cache : ' pip'
@@ -508,7 +508,7 @@ jobs:
508508 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
509509
510510 - name : Set up Python
511- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
511+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
512512 with :
513513 python-version : ' 3.11'
514514 cache : ' pip'
Original file line number Diff line number Diff line change @@ -314,7 +314,7 @@ jobs:
314314 working-directory : toolbox/cmsis-toolbox-${{ matrix.target }}-${{ matrix.arch }}
315315
316316 - name : Set up Python
317- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
317+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
318318 with :
319319 python-version : ' 3.11'
320320 cache : ' pip'
@@ -438,7 +438,7 @@ jobs:
438438 run : tar -xvf archive/cmsis-toolbox-${{ matrix.config.target }}-${{ matrix.config.arch }}.tar.gz -C toolbox
439439
440440 - name : Set up Python
441- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
441+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
442442 with :
443443 python-version : ' 3.10'
444444
You can’t perform that action at this time.
0 commit comments