Skip to content

Commit 5a337e1

Browse files
dependabot[bot]xiaoxiang781216
authored andcommitted
build(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 a7276c2 commit 5a337e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ jobs:
234234

235235
# Released version of Cython has issues with Python 11. Set runner to use Python 3.10
236236
# https://github.com/cython/cython/issues/4500
237-
- uses: actions/setup-python@v5
237+
- uses: actions/setup-python@v6
238238
with:
239239
python-version: '3.10'
240240
- name: Run Builds
@@ -350,7 +350,7 @@ jobs:
350350
- uses: actions/checkout@v5
351351
# Set up Python environment and install kconfiglib
352352
- name: Set up Python and install kconfiglib
353-
uses: actions/setup-python@v5
353+
uses: actions/setup-python@v6
354354
with:
355355
python-version: '3.10'
356356
- name: Install kconfiglib

0 commit comments

Comments
 (0)