Skip to content

Commit b736be5

Browse files
authored
Merge pull request #187 from MacPython/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents 2aee1d0 + d82ebd1 commit b736be5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
fi
105105
106106
# Used to ensure python is available for wheel upload
107-
- uses: actions/setup-python@v5
107+
- uses: actions/setup-python@v6
108108
with:
109109
python-version: '3.x'
110110

0 commit comments

Comments
 (0)