diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index f239965b..8aa8334e 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -62,7 +62,7 @@ jobs: fetch-tags: true - name: 🐍 Set up Python ${{ matrix.python-version }} - uses: astral-sh/setup-uv@v6 + uses: astral-sh/setup-uv@v7 with: python-version: ${{ matrix.python-version }} enable-cache: true