diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9b28cf945..ceaada7e5 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 + - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 with: python-version: "3.12" - uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1 diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 2352fbe8b..ec42d7ece 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -189,7 +189,7 @@ jobs: ls -lR output/ cp output/${{ runner.os }}/${{ runner.arch }}/* bitsandbytes/ - name: Set up Python - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 + uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 with: python-version: "3.12" cache: pip @@ -367,7 +367,7 @@ jobs: name: bdist_wheel_${{ runner.os }}_${{ runner.arch }} path: wheels/ - name: Set up Python - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 + uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 with: python-version: "3.12" - run: pip install auditwheel diff --git a/.github/workflows/test-runner.yml b/.github/workflows/test-runner.yml index 7552c20dc..b4efc62e8 100644 --- a/.github/workflows/test-runner.yml +++ b/.github/workflows/test-runner.yml @@ -156,7 +156,7 @@ jobs: merge-multiple: true - name: Setup Python - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 + uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 with: # Python for Windows ARM64 is only available from 3.12+ python-version: ${{ inputs.platform == 'windows-arm64' && '3.12' || '3.10' }}