mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-06 02:30:55 -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"
|
using: "composite"
|
||||||
steps:
|
steps:
|
||||||
- name: python
|
- name: python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
- name: install requirements
|
- name: install requirements
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue