diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 648130d..91f8944 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@bec219d24cd3e171d82865faccec33120bb574f4 # v10.1.0 + uses: astral-sh/setup-uv@c18668ad3cf93ea998bef934396af7bb5c839dc7 # v10.2.0 with: python-version: 3.13 - name: build package diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1941c97..0ef6516 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@bec219d24cd3e171d82865faccec33120bb574f4 # v10.1.0 + uses: astral-sh/setup-uv@c18668ad3cf93ea998bef934396af7bb5c839dc7 # v10.2.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@bec219d24cd3e171d82865faccec33120bb574f4 # v10.1.0 + uses: astral-sh/setup-uv@c18668ad3cf93ea998bef934396af7bb5c839dc7 # v10.2.0 with: python-version: ${{ matrix.python-version }} - name: Test with python ${{ matrix.python-version }}