mirror of
https://github.com/capstone-engine/capstone
synced 2026-08-11 16:26:07 -04:00
Bump actions/setup-python from 6 to 7 (#2999)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6 to 7. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
0090a070ed
commit
ee175f7db7
4 changed files with 4 additions and 4 deletions
2
.github/workflows/CITest.yml
vendored
2
.github/workflows/CITest.yml
vendored
|
|
@ -97,7 +97,7 @@ jobs:
|
|||
- uses: actions/checkout@v7
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v6
|
||||
uses: actions/setup-python@v7
|
||||
with:
|
||||
python-version: ${{ matrix.config.python-version }}
|
||||
|
||||
|
|
|
|||
2
.github/workflows/CrossBuilds.yml
vendored
2
.github/workflows/CrossBuilds.yml
vendored
|
|
@ -125,7 +125,7 @@ jobs:
|
|||
- uses: actions/checkout@v7
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v6
|
||||
uses: actions/setup-python@v7
|
||||
with:
|
||||
python-version: ${{ matrix.config.python-version }}
|
||||
|
||||
|
|
|
|||
2
.github/workflows/auto-sync.yml
vendored
2
.github/workflows/auto-sync.yml
vendored
|
|
@ -19,7 +19,7 @@ jobs:
|
|||
working-directory: suite/auto-sync/
|
||||
steps:
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v6
|
||||
uses: actions/setup-python@v7
|
||||
with:
|
||||
python-version: '3.11'
|
||||
|
||||
|
|
|
|||
2
.github/workflows/build-wheels-publish.yml
vendored
2
.github/workflows/build-wheels-publish.yml
vendored
|
|
@ -80,7 +80,7 @@ jobs:
|
|||
echo "ARTIFACT_NAME=$name" >> $GITHUB_ENV
|
||||
|
||||
# https://cibuildwheel.pypa.io/en/stable/faq/#macos-building-cpython-38-wheels-on-arm64
|
||||
- uses: actions/setup-python@v6
|
||||
- uses: actions/setup-python@v7
|
||||
if: runner.os == 'macOS' && runner.arch == 'ARM64'
|
||||
with:
|
||||
python-version: 3.8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue