action.yml -> actions/setup-python@v5 for macos-arm64

This commit is contained in:
jdegenstein 2024-02-06 09:24:01 -06:00 committed by GitHub
parent 701cf53936
commit 2db88da434
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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