mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-05 18:20:46 -08:00
action.yml -> actions/setup-python@v5 for macos-arm64
This commit is contained in:
parent
701cf53936
commit
2db88da434
1 changed files with 1 additions and 1 deletions
2
.github/actions/setup-macos-arm64/action.yml
vendored
2
.github/actions/setup-macos-arm64/action.yml
vendored
|
|
@ -8,7 +8,7 @@ runs:
|
|||
using: "composite"
|
||||
steps:
|
||||
- name: python
|
||||
uses: actions/setup-python@v4
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- name: install requirements
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue