diff --git a/.github/workflows/setup.yml b/.github/workflows/setup.yml index b6fabf0f2..7788d1502 100644 --- a/.github/workflows/setup.yml +++ b/.github/workflows/setup.yml @@ -15,7 +15,7 @@ jobs: uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 with: python-version: 3.14 - - uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 + - uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0 - uses: ./.github/actions/install-gammu - name: build run: uv build --sdist @@ -43,7 +43,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - uses: ./.github/actions/install-gammu - - uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 + - uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0 - name: build run: uv build --wheel - name: Store the binary wheel @@ -65,7 +65,7 @@ jobs: uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 with: python-version: '3.14' - - uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 + - uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0 with: version: 0.11.7 - uses: ./.github/actions/install-gammu diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0eec1cbf9..9c98e18e2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,7 +27,7 @@ jobs: uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 with: python-version: ${{ matrix.python-version }} - - uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 + - uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0 - uses: ./.github/actions/install-gammu - name: Install run: uv sync --all-extras --dev