File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333
3434
3535 - name : Setup Python
36- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
36+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
3737
3838 - name : Install MkDocs
3939 run : |
Original file line number Diff line number Diff line change 9090 uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
9191
9292 - name : Set up Python
93- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
93+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
9494 with :
9595 python-version : ' 3.11'
9696 cache : ' pip'
Original file line number Diff line number Diff line change @@ -324,7 +324,7 @@ jobs:
324324 sed -i '/set(EXT/c\ set(EXT .exe)' ./cmsis-toolbox/etc/XC.5.0.0.cmake
325325
326326 - name : Set up Python
327- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
327+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
328328 with :
329329 python-version : ' 3.11'
330330 cache : ' pip'
@@ -413,7 +413,7 @@ jobs:
413413 uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
414414
415415 - name : Set up Python
416- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
416+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
417417 with :
418418 python-version : ' 3.11'
419419 cache : ' pip'
@@ -521,7 +521,7 @@ jobs:
521521 - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
522522
523523 - name : Set up Python
524- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
524+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
525525 with :
526526 python-version : ' 3.11'
527527 cache : ' pip'
Original file line number Diff line number Diff line change @@ -326,7 +326,7 @@ jobs:
326326 working-directory : toolbox/cmsis-toolbox-${{ matrix.target }}-${{ matrix.arch }}
327327
328328 - name : Set up Python
329- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
329+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
330330 with :
331331 python-version : ' 3.11'
332332 cache : ' pip'
@@ -450,7 +450,7 @@ jobs:
450450 run : tar -xvf archive/cmsis-toolbox-${{ matrix.config.target }}-${{ matrix.config.arch }}.tar.gz -C toolbox
451451
452452 - name : Set up Python
453- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
453+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
454454 with :
455455 python-version : ' 3.10'
456456
@@ -516,7 +516,7 @@ jobs:
516516 uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
517517
518518 - name : Set up Python
519- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
519+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
520520 with :
521521 python-version : ' 3.11'
522522 cache : ' pip'
You can’t perform that action at this time.
0 commit comments