diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 016854b..37b783e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -30,7 +30,7 @@ jobs: with: fetch-depth: 0 - name: Install the latest version of uv and set the python version - uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6 + uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7 - name: Build package run: uv build - name: Publish package distributions to PyPI @@ -49,7 +49,7 @@ jobs: with: fetch-depth: 0 - name: Install the latest version of uv and set the python version - uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6 + uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7 - name: Build docs run: | uv sync --group docs diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index eb70eb3..f7a34fa 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,7 +14,7 @@ with: fetch-depth: 0 - name: Install the latest version of uv and set the python version - uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6 + uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7 with: python-version: ${{ matrix.python-version }} - name: Run linting and type checking @@ -31,7 +31,7 @@ with: fetch-depth: 0 - name: Install the latest version of uv and set the python version - uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6 + uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7 with: python-version: ${{ matrix.python-version }} - name: Test with python ${{ matrix.python-version }}