diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1819dc9..bf3efee 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,13 +34,11 @@ jobs: steps: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - - uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0 + - uses: astral-sh/setup-uv@6ee6290f1cbc4156c0bdd66691b2c144ef8df19a # v7.4.0 with: enable-cache: true - - - uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 - with: python-version: ${{ matrix.python-version }} + activate-environment: true - name: Build 📦 package shell: bash