From 4bb13bf65b2ba2cf6906bd76bf0a11f878bb6ec5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 16:48:21 +0000 Subject: [PATCH] Update astral-sh/setup-uv action to v5 --- .github/workflows/increment-version.yml | 2 +- .github/workflows/test-and-tag.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/increment-version.yml b/.github/workflows/increment-version.yml index f6a24d8..59829f4 100644 --- a/.github/workflows/increment-version.yml +++ b/.github/workflows/increment-version.yml @@ -36,7 +36,7 @@ jobs: version-fragment: 'bug' - name: Install the latest version of uv - uses: astral-sh/setup-uv@e779db74266a80753577425b0f4ee823649f251d # v3 + uses: astral-sh/setup-uv@b5f58b2abc5763ade55e4e9d0fe52cd1ff7979ca # v5 - name: Update version in pyproject.toml id: update_version diff --git a/.github/workflows/test-and-tag.yml b/.github/workflows/test-and-tag.yml index 55c9b53..5a38b09 100644 --- a/.github/workflows/test-and-tag.yml +++ b/.github/workflows/test-and-tag.yml @@ -28,7 +28,7 @@ jobs: steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Install the latest version of uv - uses: astral-sh/setup-uv@e779db74266a80753577425b0f4ee823649f251d # v3 + uses: astral-sh/setup-uv@b5f58b2abc5763ade55e4e9d0fe52cd1ff7979ca # v5 - name: Install tox run: uv tool install --python-preference only-managed --python 3.12 tox --with tox-uv --with tox-gh - name: Install Python @@ -85,7 +85,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Install uv - uses: astral-sh/setup-uv@e779db74266a80753577425b0f4ee823649f251d # v3 + uses: astral-sh/setup-uv@b5f58b2abc5763ade55e4e9d0fe52cd1ff7979ca # v5 - name: Build for publish id: build_dist