This is an automated email from the ASF dual-hosted git repository.
xiaoxiang781216 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
The following commit(s) were added to refs/heads/master by this push:
new 593bfca04 build(deps): bump actions/setup-python from 6 to 7
593bfca04 is described below
commit 593bfca04761f59b3c2eed1d02e5e64eeafc3215
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 20 22:22:33 2026 +0000
build(deps): bump actions/setup-python from 6 to 7
Bumps [actions/setup-python](https://github.com/actions/setup-python) from
6 to 7.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v6...v7)
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
---
.github/workflows/build.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 31af5a49e..3a43138a6 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -331,7 +331,7 @@ jobs:
# Released version of Cython has issues with Python 11. Set runner to
use Python 3.10
# https://github.com/cython/cython/issues/4500
- - uses: actions/setup-python@v6
+ - uses: actions/setup-python@v7
with:
python-version: '3.10'
- name: Run Builds
@@ -449,7 +449,7 @@ jobs:
- uses: actions/checkout@v7
# Set up Python environment and install kconfiglib
- name: Set up Python and install kconfiglib
- uses: actions/setup-python@v6
+ uses: actions/setup-python@v7
with:
python-version: '3.10'
- name: Install kconfiglib