Skip to content

Commit d9b21e0

Browse files
dependabot[bot]SirLynix
authored andcommitted
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 119c015 commit d9b21e0

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
@@ -99,7 +99,7 @@ jobs:
9999
shell: bash
100100

101101
# For some reason macOS-14 doesn't seem to have Python
102-
- uses: actions/setup-python@v5
102+
- uses: actions/setup-python@v6
103103
if: ${{ matrix.platform.runner == 'macos-14' }}
104104
with:
105105
python-version: "3.11"

0 commit comments

Comments
 (0)