Skip to content

Commit 68a4d37

Browse files
Merge pull request #647 from swiftwasm/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents b33a9cc + f63ec5b commit 68a4d37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-toolchain.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
run: rm -f /usr/local/lib/pkgconfig/libzstd.pc /usr/local/include/zstd.h
162162

163163
# release-5.9 requires 3.11 or lower Python
164-
- uses: actions/setup-python@v5
164+
- uses: actions/setup-python@v6
165165
if: ${{ startsWith(matrix.build_os, 'macos-') && (matrix.scheme == 'release-5.9' || matrix.scheme == 'release-5.10') && (matrix.agent_query == 'macos-13' || matrix.agent_query == 'macos-14') }}
166166
with:
167167
python-version: '3.11'

0 commit comments

Comments
 (0)