diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9316eb4..5175b97 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,7 +16,7 @@ jobs: with: fetch-depth: 0 - name: Install the latest version of uv and set the python version - uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7 + uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0 with: python-version: 3.13 - name: build package diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ba52b79..f1aa141 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,7 +13,7 @@ jobs: with: fetch-depth: 0 - name: Install the latest version of uv and set the python version - uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7 + uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0 with: python-version: ${{ matrix.python-version }} - name: Run linting @@ -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@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7 + uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0 with: python-version: ${{ matrix.python-version }} - name: Test with python ${{ matrix.python-version }}