Skip to content

Commit d9b70f7

Browse files
chore(deps): bump actions/setup-python from 5 to 6
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3eaf909 commit d9b70f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
echo "✅ OTA build config prepared"
170170
171171
- name: Setup Python
172-
uses: actions/setup-python@v5
172+
uses: actions/setup-python@v6
173173
with:
174174
python-version: "3.12"
175175

0 commit comments

Comments
 (0)