From 320ae966c46527e3487f813e2e53539c04547ebd Mon Sep 17 00:00:00 2001 From: Nathan Goldbaum Date: Tue, 25 Mar 2025 09:20:33 -0600 Subject: [PATCH] replace quansight-labs/setup-python with actions/setup-python (#1013) --- .github/workflows/ci.yml | 6 +++--- .github/workflows/wheel-builder.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a0e7bba..8c0a4f1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/.github/workflows/wheel-builder.yml b/.github/workflows/wheel-builder.yml index 182a577..480ff55 100644 --- a/.github/workflows/wheel-builder.yml +++ b/.github/workflows/wheel-builder.yml @@ -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 }}