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@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
52+ uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .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@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
117+ uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .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@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
33+ uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
3434
3535 - name : Install MkDocs
3636 run : |
Original file line number Diff line number Diff line change @@ -286,7 +286,7 @@ jobs:
286286 sed -i '/set(EXT/c\ set(EXT .exe)' ./cmsis-toolbox/etc/CLANG_TI.4.0.1.cmake
287287
288288 - name : Set up Python
289- uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
289+ uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
290290 with :
291291 python-version : ' 3.11'
292292 cache : ' pip'
@@ -369,7 +369,7 @@ jobs:
369369 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
370370
371371 - name : Set up Python
372- uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
372+ uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
373373 with :
374374 python-version : ' 3.11'
375375 cache : ' pip'
@@ -452,7 +452,7 @@ jobs:
452452 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
453453
454454 - name : Set up Python
455- uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
455+ uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
456456 with :
457457 python-version : ' 3.11'
458458 cache : ' pip'
@@ -509,7 +509,7 @@ jobs:
509509 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
510510
511511 - name : Set up Python
512- uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
512+ uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
513513 with :
514514 python-version : ' 3.11'
515515 cache : ' pip'
Original file line number Diff line number Diff line change @@ -308,7 +308,7 @@ jobs:
308308 working-directory : toolbox/cmsis-toolbox-${{ matrix.target }}-${{ matrix.arch }}
309309
310310 - name : Set up Python
311- uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
311+ uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
312312 with :
313313 python-version : ' 3.11'
314314 cache : ' pip'
@@ -432,7 +432,7 @@ jobs:
432432 run : tar -xvf archive/cmsis-toolbox-${{ matrix.config.target }}-${{ matrix.config.arch }}.tar.gz -C toolbox
433433
434434 - name : Set up Python
435- uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
435+ uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
436436 with :
437437 python-version : ' 3.10'
438438
You can’t perform that action at this time.
0 commit comments