Skip to content

Commit 197635a

Browse files
dependabot[bot]soumeh01
authored andcommitted
Bump actions/setup-python from 6.2.0 to 6.3.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.2.0 to 6.3.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@a309ff8...ece7cb0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a68b6d1 commit 197635a

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
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: |

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
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'

.github/workflows/shared-e2e.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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'

.github/workflows/toolbox.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)