replace quansight-labs/setup-python with actions/setup-python (#1013)

This commit is contained in:
Nathan Goldbaum 2025-03-25 09:20:33 -06:00 committed by GitHub
parent f93359760a
commit 320ae966c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v4.2.2
- name: Setup python
id: setup-python
uses: quansight-labs/setup-python@v5.4.0
uses: actions/setup-python@v5.5.0
with:
python-version: ${{ matrix.PYTHON.VERSION }}
- uses: actions/cache@v4.2.3
@ -60,7 +60,7 @@ jobs:
- uses: actions/checkout@v4.2.2
- name: Setup python
id: setup-python
uses: quansight-labs/setup-python@v5.4.0
uses: actions/setup-python@v5.5.0
with:
python-version: ${{ matrix.PYTHON.VERSION }}
architecture: ${{ matrix.WINDOWS.ARCH }}
@ -108,7 +108,7 @@ jobs:
- uses: actions/checkout@v4.2.2
- name: Setup python
id: setup-python
uses: quansight-labs/setup-python@v5.4.0
uses: actions/setup-python@v5.5.0
with:
python-version: ${{ matrix.PYTHON.VERSION }}
- uses: actions/cache@v4.2.3

View File

@ -239,7 +239,7 @@ jobs:
with:
name: bcrypt-sdist
- name: Setup python
uses: quansight-labs/setup-python@v5.4.0
uses: actions/setup-python@v5.5.0
with:
python-version: ${{ matrix.PYTHON.VERSION }}
architecture: ${{ matrix.WINDOWS.ARCH }}